[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Nanoki binary distributions?
- From: Petite Abeille <petite.abeille@...>
- Date: Sat, 23 Feb 2008 21:31:04 +0100
Hello,
While the implementation of Nanoki itself is purely in Lua, it
nonetheless relies on a handful of native modules:
lbase64
http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lbase64
lmd5
http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lmd5
lrandom
http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lrandom
lzlib
http://luaforge.net/projects/lzlib/
LuaFileSystem
http://www.keplerproject.org/luafilesystem/
LuaSocket
http://www.tecgraf.puc-rio.br/~diego/professional/luasocket/
There are presently two binary distributions of Nanoki, one for Mac OS
X, and one for FreeBSD (thanks to Matthew M. Burke for the later)
sporting all the native modules as well as Lua itself.
Would it be possible for someone to compile the above modules as well
as Lua itself for various other platforms (e.g. Linux and Windows, etc)?
Much appreciated.
Thanks in advance.
Cheers,
PA.