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.

...

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

...

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

...