Quote:
Originally Posted by ericshliao
Hansel,
inspired by your MiniPad, I am trying to install lua and lgob on my Linux desktop. The part of Lua is ok, but I can't find any info about how to build, install, and use lgob. Could you show my some hints? Thanx.
Added:
It seems that I have to copy lua.pc manually and start from do ing "make" and "make install" in dir "codegen" and dir "common", and then do the same job for each dir under lgob source code package.
|
Which OS are you using?
In my Fedora 11 it's quite easy, use OS package system to install lua and devel libraries, download lgob source tarball and then some "make" in the proper order.
The only problem I found was that I needed to specify "make AMD64=1" and then move some files after install from "/usr/lib/lua/5.1/lgob" to "/usr/lib64/lua/5.1/lgob" as I'm using a 64-bits OS.
I think there is a .exe installable for windows as well.
Best regards,
Iņigo