[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: help installing sputnik + xavante on windows using luarocks
- From: Cosmin Apreutesei <cosmin.apreutesei@...>
- Date: Tue, 29 Dec 2009 14:57:09 +0200
> 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.