Versions Compared

Key

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

...

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

...