Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 355 Bytes

install.md

File metadata and controls

16 lines (15 loc) · 355 Bytes

概述

luarocks 3.3+

生成rockspec文件(安装了luarocks?)

luarocks write_rockspec --output canary-1.0.0-1.rockspec --lua-version=5.1

#生成rock.src文件

luarocks pack canary-1.0.0-1.rockspec 1.0.0

上传至rockspec网站

https://luarocks.org/upload
https://blog.csdn.net/mkmkmkhh/article/details/81772949