Ship-Sandbox icon indicating copy to clipboard operation
Ship-Sandbox copied to clipboard

Build Instructions

Open Faerbit opened this issue 10 years ago • 1 comments

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

Faerbit avatar Jun 20 '14 16:06 Faerbit

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.

llagerlof avatar Jun 21 '14 15:06 llagerlof