129 wget [http://luarocks.org/releases/luarocks-2.4.4.tar.gz](http://luarocks.org/releases/luarocks-2.4.4.tar.gz)
131 tar -zxvf luarocks-2.4.4.tar.gz
133 cd lua*
135 ./configure --prefix=/usr/local/luarocks
136 make build
137 make install
建立执行软连接
157 ln -s /usr/local/luarocks/bin/luarocks /usr/bin/luarocks
安装curl库 待验证
159 luarocks install Lua-cURL
将其他库文件或自定义库 移动到 /usr/share/lua/5.1