Installation does not work using instructions in docs
george-polevoy opened this issue · comments
George Polevoy commented
As documented here
https://github.com/InteractiveComputerGraphics/SPlisHSPlasH/blob/master/doc/py_getting_started.md
cd SPlisHSPlasH
python setup.py bdist_wheel
pip install -I build/dist/*.whl
Does not work:
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help
Help suggests to use bdist_egg
option, but it also does not work.
CMake Error at CMakeLists.txt:6 (project):
Generator
NMake Makefiles
does not support platform specification, but platform
x64
was specified.
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage