Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Installing Luabind on Mac OS X

Since luabind is not available from macports you need to install it separately. Here follows a short summary of how to install luabind on Mac OS X.

Downloading the source code

hg clone http://hg.kervala.net/packagingluabind
hg clone http://hg.kervala.net/cmake

...

Open a terminal and write the following lines, assuming you downloaded the file as described above:

cd packaging/ luabind
mkdir build
cd build
cmake -DWITH_SHARED=OFF -DWITH_STATIC=ON -G "Unix Makefiles" ..
make

...