Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 728 Bytes

BUILDING.md

File metadata and controls

30 lines (16 loc) · 728 Bytes

Mac instructions

  1. Ensure boost 1.48 or later. Can do this through Homebrew as

    brew install boost

This puts boost at /usr/local/include and /usr/local/lib.

** Note ** The premake build script included here (premake4.lua) assumes these paths. Edit it for your local conditions.

  1. Ensure premake 4 or later is installed. Homebrew way:

    brew install premake

  2. Go see premake4.lua

Linux instructions

Same as above, but with different paths and apt-get. premake4 >= 4.3 required. On Ubuntu, can add this to /etc/apt/sources.list

deb http://lgp203.free.fr/ubuntu lucid universe

...or just consult the premake downloads page.

Then see premake4.lua