Ship-Sandbox
Ship-Sandbox copied to clipboard
Build Instructions
Please update the repo with build instructions and dependencies. The Codeblock file doesn't build under linux.
The Reddit user /u/halting_walrus post on this thread some explanation on how to compile the code:
The file 'titanic.cbp' is a Code::Blocks project file (a free c/c++ IDE).
I've managed to build it on Linux (Mint 16), here's what I roughly did:
Required dependencies:
- TinyThread
- glfw3 (your distro might have it, otherwise, grab it from http://www.glfw.org/ )
- libdevil-dev
- libjsoncpp-dev (I had to change '#include <json/json.h>' to '#include <jsoncpp/json/json.h>')
This is the compiler log, that's probably enough to make a proper makefile from:
http://pastebin.com/uCMy9aEa
Hope this helps someone.