File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ compiler:
66
77env :
88 global :
9- - LUAROCKS_BASE=luarocks-2.1.0
9+ - LUAROCKS_BASE=luarocks-2.1.1
1010 matrix :
1111 - LUA=lua5.1 LUA_DEV=liblua5.1-dev LUA_VER=5.1 LUA_SFX=5.1 LUA_INCDIR=/usr/include/lua5.1
1212 # - LUA=luajit LUA_DEV=libluajit-5.1-dev LUA_VER=5.1 LUA_SFX=jit LUA_INCDIR=/usr/include/luajit-2.0
Original file line number Diff line number Diff line change @@ -73,9 +73,9 @@ The following has been tested on Ubuntu Desktop 10.10 / Debian testing.
7373 - sudo ldconfig -v
7474
7575 - Install LuaRocks
76- - wget http://luarocks.org/releases/luarocks-2.0.12 .tar.gz
77- - tar xvf luarocks-2.0.12 .tar.gz
78- - cd luarocks-2.0.12
76+ - wget http://luarocks.org/releases/luarocks-2.1.1 .tar.gz
77+ - tar xvf luarocks-2.1.1 .tar.gz
78+ - cd luarocks-2.1.1
7979 - ./configure
8080 - make
8181 - sudo make install
You can’t perform that action at this time.
0 commit comments