I grabbed the source from git, and unfortunately it seems to be having some issues detecting lua. Which is wierd as the eq emu requires lua and had no issues finding it.
below is the console output, now i run CentOS, i saw a post in my search that said something about luajit5.1 however there is no such release for CentOS and upon googling it all i could find was this version http://luajit.org/download.html and was not sure if it was the same one.
Code: Select all
checking for LUA... no
checking for LUA... configure: error: Package requirements (lua5.1 >= 0.25) were not met:
No package 'lua5.1' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables LUA_CFLAGS
and LUA_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
[*******]# lua -v
Lua 5.1.4 Copyright (C) 1994-2008 Lua.org, PUC-Rio
once i get this compiled and running and have time to take a peak at everything, ill probably bring what i can to it, after 10 years working with and developing for RO emulators its time for a change.