Skip to content
New issue

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

Build Instructions #2

Open
Faerbit opened this issue Jun 20, 2014 · 1 comment
Open

Build Instructions #2

Faerbit opened this issue Jun 20, 2014 · 1 comment

Comments

@Faerbit
Copy link

Faerbit commented Jun 20, 2014

Please update the repo with build instructions and dependencies. The Codeblock file doesn't build under linux.

@llagerlof
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants