Linux shared library for Lua
#2
LuaRocks itself does not have a lua shared library packaged with it. Instead, it just uses the Lua CLI.

If you are looking for the lua library on a linux machine, you could simply do the following from the command line:
Code:
cd /usr
find . "lua" | grep "lua"
Its not the most efficient way to find it, but that should give you the name of every file in the usr folder which is relavant to lua. And then you just pick through and find any ".so" or ".a" files.

If you can only find .a files, then there isn't a shared library available for lua.
Reply
Thanks given by:


Messages In This Thread
Linux shared library for Lua - by xoft - 12-02-2013, 06:50 AM
RE: Linux shared library for Lua - by SamJBarney - 12-02-2013, 09:40 AM
RE: Linux shared library for Lua - by xoft - 12-02-2013, 04:21 PM
RE: Linux shared library for Lua - by SamJBarney - 12-03-2013, 02:38 AM
RE: Linux shared library for Lua - by xoft - 12-03-2013, 02:51 AM
RE: Linux shared library for Lua - by SamJBarney - 12-03-2013, 03:35 AM
RE: Linux shared library for Lua - by xoft - 12-03-2013, 07:36 AM
RE: Linux shared library for Lua - by NiLSPACE - 12-03-2013, 07:40 AM
RE: Linux shared library for Lua - by SamJBarney - 12-03-2013, 07:47 AM



Users browsing this thread: 1 Guest(s)