openai / doom-py

ViZDoom Python wrapper
MIT License
75 stars 43 forks source link

Fixes to the build process for doom_py #1

Closed jietang closed 8 years ago

jietang commented 8 years ago

I added a message to the build process and README about possible missing packages on OSX (boost)

Also, 'setup.py develop' wasn't triggering CMake correctly because under setuptools the 'develop' step doesn't look for a 'build' step (unlike distutils). Overriding the 'build_ext' step instead.

gdb commented 8 years ago

Looks great! (We should add a .travis.yml too at some stage.)