Skip to content

lua扩展库,类似于golang的api函数。目前支持linux和windows。目录模块包含strings(MD5,base64等),path,lua os扩展库。继续扩展库包含timer,mult-thread,UTF-8

Notifications You must be signed in to change notification settings

liyonglion/luaextend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Build编译 ##linux make linux LUAPKG="/usr/local" make install INSTALLDIR="/usr/local/luaextend" LUAPKG为安装lua的路径。默认为/usr/local INSTALLDIR程序安装路径。默认为/usr/local/luaextend ##windows 编译需要安装mingw.或者在这下载。找到msys.bat并运行

make w32 LUAPKG=lua的安装路径
make install INSTALLDIR=程序安装路径

详细文档请点击这里

About

lua扩展库,类似于golang的api函数。目前支持linux和windows。目录模块包含strings(MD5,base64等),path,lua os扩展库。继续扩展库包含timer,mult-thread,UTF-8

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published