1.安装LuaJIT,LuaJIT为LuaJIT is a Just-In-Time Compiler (JIT) for the Lua programming language wget http://luajit.org/download/LuaJIT-2.0.5.tar.gz .gz && cd LuaJIT- make && make install PREFIX=/usr/local/luajit#导入两个环境变量 export LUAJIT_LIB=/usr/…
curl -R -O http://www.lua.org/ftp/lua-5.2.2.tar.gz tar zxf lua-5.2.2.tar.gz cd lua-5.2.2 make linux test 报错 cd src && make linux make[1]: Entering directory `/home/jackluo/Downloads/lua-5.2.2/src' make all SYSCFLAGS="-DLUA_USE_LINUX" SYS…
官网http://www.lua.org/download.html Building Lua is implemented in pure ANSI C and compiles unmodified in all platforms that have an ANSI C compiler. Lua also compiles cleanly as C++. Lua is very easy to build and install. There are detailed instructi…
描述:按照readme中的文档操作报错,提示python2.7没有安装,但是确实已经安装了,而且也设置环境变量成功了. 解决: 在D盘新建register.py的文件,内容如下: # # script to register Python 2.0 or later for use with win32all # and other extensions that require Python registry settings # # written by Joakim Loew for Sec…