• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling Tibia server 7.72 on Ubuntu won't compile.

CoolBuys1290

Member
Joined
Aug 23, 2018
Messages
80
Reaction score
8
I have an Ubuntu machine. I followed the guide at theforgottenserver. I installed all the packages, git cloned the Nostalrius 7.72 server, and entered cmake, and the error I get is:
Bash:
-- Could NOT find LuaJIT (missing: LUA_INCLUDE_DIR)
Along with this code.
Bash:
-- cotire 1.7.6 loaded.
-- Could NOT find LuaJIT (missing: LUA_INCLUDE_DIR)
-- MySQL Include dir: /usr/include/mysql  library dir: /usr/lib/x86_64-linux-gnu
-- MySQL client libraries: mysqlclient
-- Could NOT find Lua (missing: LUA_INCLUDE_DIR)
-- Configuring done
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LUA_INCLUDE_DIR (ADVANCED)
   used as include directory in directory /home/nate/Nostalrius
   used as include directory in directory /home/nate/Nostalrius
   used as include directory in directory /home/nate/Nostalrius
   used as include directory in directory /home/nate/Nostalrius
   used as include directory in directory /home/nate/Nostalrius
   used as include directory in directory /home/nate/Nostalrius

CMake Error at CMakeLists.txt:41 (add_executable):
  Cannot find source file:

    /home/nate/Nostalrius/s

Please help me compile the server. Thanks.

Nate
 
Back
Top