ninjal
January 4, 2017 ยท View on GitHub
Combine Lua or C modules and the Lua interpreter into one static binary using Ninja cross-platform build system
Usage
Use config.yaml
Dependencies
-
ninjag
This is tool for convertingyamlconfiguration file toninjamake file.
Just dopip install ninjagwill give you a command line toolninjag. -
ninja build system
This is a truly cross-platform build system with just a single binary for each
platform (Linux, Mac, and Windows). It is replacement of the Make build system. Fast and reliable. -
Lua/Luajit
I don't want to include the binary for Lua in the repository since
everyone probably have there favorite lua binary already.
License
MIT/X11 (c) Steven(Yuhang) Wang, 2017