Skip to content
fmahnke edited this page Sep 11, 2012 · 3 revisions

Generating Linux Makefiles with Premake

  • Install Premake on your system.

  • Set your shell environment variables as follows:

# orx/orxCraft environment
export ORX_DIR=~/src/orx
export SCROLL_DIR=~/src/scroll
export CEGUI_DIR=/usr
  • Change to the Premake dir and run Premake
cd ~/src/orxCraft/build/premake
premake4 gmake
  • Build orxCraft
cd ~src/orxCraft/build/gmake && make

Clone this wiki locally