lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> First, I believe you will need to install "rings".

Thanks, that did it. Maybe is should be added to the rockspec.

Also I noticed a small bug in the generated sputnik.ws:

 VERSIUM_PARAMS = { 'C:\LuaRocks\bin/wiki-data/' },

it should be:

 VERSIUM_PARAMS = { [[C:\LuaRocks\bin/wiki-data/]] },

Thanks for help,
Cosmin.