For the record, you can install on top of an existing LuaRocks 2.0.2, if you remember the switches that you passed to "configure". For anyone that installed LuaRocks with wsapi-install-*, this is:
configure --prefix=$PREFIX --with-lua=$PREFIX --with-lua-include=$PREFIX/include where $PREFIX is the root of your Lua/LuaRocks/WSAPI installation (/usr/local, for example). Then just do make and make install and you are set. Same thing applies when the actual release rolls on. -- Fabio Mascarenhas On Mon, Sep 13, 2010 at 2:12 PM, Hisham <[email protected]> wrote: > Hi everyone, > > I'm about ready to release LuaRocks 2.0.3, but I'd like some feedback > from the LuaRocks community before releasing it to lua-l: > > http://luarocks.org/releases/luarocks-2.0.3-rc1.tar.gz > http://luarocks.org/releases/luarocks-2.0.3-rc1-win32.zip > > What's new: > * Check for permissions and warn user instead of just installing in local tree > * --local flag for operations on the local tree > * -fPIC is always set in CFLAGS exported to makefiles (let's hope they > honor it!) > * respect permissions when copying files in Unix systems > * display license after build/installation > * svn:// protocol for scm rockspecs > * 'luarocks list' and 'luarocks search' are now case-insensitive > * 'luarocks-admin add' supports adding multiple files at once > * 'luarocks-admin add' supports rsync for download and upload and scp for > upload > * new command: 'luarocks show' displays information about an installed rock > * new command: 'luarocks path' to make it easy to export Lua env variables > * Win32 fixes for 'luarocks build' > > Please let me know if there are any last-minute issues. > > Thank you! > > -- Hisham > > _______________________________________________ > Luarocks-developers mailing list > [email protected] > http://lists.luaforge.net/cgi-bin/mailman/listinfo/luarocks-developers > _______________________________________________ Luarocks-developers mailing list [email protected] http://lists.luaforge.net/cgi-bin/mailman/listinfo/luarocks-developers
