We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please update the repo with build instructions and dependencies. The Codeblock file doesn't build under linux.
The text was updated successfully, but these errors were encountered:
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.
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:
This is the compiler log, that's probably enough to make a proper makefile from:
http://pastebin.com/uCMy9aEa
Hope this helps someone.
Sorry, something went wrong.
No branches or pull requests
Please update the repo with build instructions and dependencies. The Codeblock file doesn't build under linux.
The text was updated successfully, but these errors were encountered: