Slub is built using Generate Your Projects. Ensure you have a recent version installed.
- Run
git submodule init
andgit submodule update
to pull Lua sources. - Generate project files for your platform of choice. The default on Linux
is to generate Makefiles via
gyp test/testslub.gyp --depth .
- Run
make
to build the test code.