Support was recently announced for complete Linux support for Cryengine. When coupled with the recent announcement of their "pay what you want" model, I think that this would be a very attractive offer for many out there. However, I cannot work out how to go about installing this on my Ubuntu 15.10 system.
Any advice would be helpful!
2 Answers
- Download Cryengine. (requires membership)
Install required dependencies.
$ sudo apt-get install build-essential python python-tkChange into the Cryengine directory and run the WAF build system.
$ cd ~/Downloads/cryengine-3.8.6$ ./cry_waf.sh build_linux_x64_gcc_debug --project-spec=gamesdk_and_tools- Wait a while...
- Finished! You should see binaries in the
BinLinux64gccdirectory.
Cryengine does not support the open source drivers, therefore you need to make sure that you have the proprietary drivers installed.
3Download from
and do the above mentioned cmds after extracting...
you should be downloading it after the 3rd cmd.
hope it solved.
1