lua-users home
lua-l archive

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


Hi,

> I am trying to compile, both static and dynamic, lua under LINUX
> Fedora 3.  Is there a concise set of instructions that I should be
> using?

Did "make" not work? Should work for the dynamic at least.
For the static,

    ar rcu libluasocket.a *.o
    ranlib libluasocket.a

should do the trick.

[]s,
Diego.

PS: I have never managed to distribute LuaSocket in a form that made
everyone happy, therefore it is currently in a "do it yourself" form.