Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 388 Bytes

README.markdown

File metadata and controls

9 lines (7 loc) · 388 Bytes

Building

Slub is built using Generate Your Projects. Ensure you have a recent version installed.

  • Run git submodule init and git 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.