[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua socket compile
- From: Diego Nehab <diego@...>
- Date: Mon, 20 Dec 2004 22:21:41 -0500 (EST)
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.