Page 1 of 1

add new species : after YALM-creating

PostPosted: Monday, 4th March 2019, 08:52
by cubejjw
Hello, advisers!

I was added new species, reworked high elf.

But after this update(https://github.com/crawl/crawl/commit/b ... 9fe5e31172) I Can't compile my sources.

  Code:
GEN species-data.h
/usr/bin/env: `python': No such file or directory
make: *** [Makefile:1633: species-data.h] error 127


My complier sends this message, but I already install python.
How can I solve this problem?

Re: add new species : after YALM-creating

PostPosted: Monday, 4th March 2019, 20:28
by chequers
You need to add python to your PATH environment variable. You will also need to install python-yaml if you haven't already.