View Single Post
  #7  
Old 02-27-2010, 06:24 AM
WhiteDragon WhiteDragon is offline
Banned
Join Date: Feb 2007
Posts: 1,002
WhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to behold
Quote:
Originally Posted by Umat View Post
Have you compiled it with debugging variables so it's usable in gdb?
If he didn't, you can.

All you need on Linux is libboost (was libboost-all-dev in Debian repos), and possibly some other stuff. To compile get premake, move the binary into the source root, and then run
PHP Code:
./premake4 embed; ./premake4 gmakesh build.sh 
There might be some more deps you need to resolve, but the compile errors should probably be readable enough to figure out what you need.

Last edited by WhiteDragon; 02-27-2010 at 11:32 PM..
Reply With Quote