lua-users home
lua-l archive

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


On Feb 1, 2008 12:42 PM, Jelle Huisman <jelle@jhnet.nl> wrote:
> Hello,
>
> I'm new to Lua, so maybe I miss something totally obvious, but I would
> like to use the slnunicode library but I can't figure out how and where
> to install it. The .tar file I just downloaded doesn't include any
> documentation or makefile :-(  How do I proceed? Any help would be
> appreciated. BTW, I'm on Mac OS X (10.4.11)

Alternatively, you can install LuaRocks and then run:

   luarocks install slnunicode

See http://www.luarocks.org for details.

(I just uploaded slnunicode (including the fix posted in this thread)
and slncrypto rocks.)

-- Hisham