Skip to content

Combine Lua or C modules and the Lua interpreter into one static binary using Ninja cross-platform build system

License

Notifications You must be signed in to change notification settings

yuhangwang/ninjal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ninjal

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 converting yaml configuration file to ninja make file.
    Just do pip install ninjag will give you a command line tool ninjag.

  • 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

About

Combine Lua or C modules and the Lua interpreter into one static binary using Ninja cross-platform build system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages