EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Linux Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=588)
-   -   Lua (https://www.eqemulator.org/forums/showthread.php?t=37269)

provocating 09-09-2013 01:57 PM

Lua
 
What are the libraries needed to compile LUA for Linux? I have not found very much on the forum, and very little regarding LUA on Linux. I am running Debian

Vexyl 09-09-2013 02:45 PM

You probably already have what's needed to build Lua: http://www.lua.org/faq.html#1.1
Also, see here: http://lua-users.org/wiki/BuildingLua

If I may ask, why are you building from source? On debian you could simply do `apt-get install liblua5.1-0-dev` for the 5.1 development libraries, and `apt-get install lua` for the Lua interpreter binaries.

provocating 09-09-2013 02:50 PM

Quote:

Originally Posted by Vexyl (Post 224147)
You probably already have what's needed to build Lua: http://www.lua.org/faq.html#1.1
Also, see here: http://lua-users.org/wiki/BuildingLua

If I may ask, why are you building from source? On debian you could simply do `apt-get install liblua5.1-0-dev` for the 5.1 development libraries, and `apt-get install lua` for the Lua interpreter binaries.

Probably a misunderstanding, I am building the EqEmu source.

What about libboost-all-dev is it also required?

Vexyl 09-09-2013 03:05 PM

Boost appears to be a dependency for EQEmu, yes.


All times are GMT -4. The time now is 11:53 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.