Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 327 Bytes

File metadata and controls

15 lines (9 loc) · 327 Bytes

luamake

基于lua的c/c++ 工程 make工具

使用方法

window:

将Bin/Luamake 添加到 环境变量Path。使其能在命令行中能直接被调用。

linux/mac:

执行make_install.sh 安装。

在项目目录执行 luamake targetname 即可编译

mac 可能需要自己将Bin/luamake/lumake 加入环境变量