View Single Post
  #8  
Old 02-27-2010, 05:00 PM
Umat Umat is offline
Banned
Join Date: Jul 2008
Location: Sweden
Posts: 412
Umat will become famous soon enough
Quote:
Originally Posted by WhiteDragon View Post
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 emed; ./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.
Oh, right. That was a stupid question. I know how to use premake I use it for personal projects.
Reply With Quote