• 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!

Linux liblua5.2-dev debian

poii

Member
Joined
Nov 11, 2008
Messages
188
Reaction score
8
Hello I have a problem using
apt-get install liblua5.2-dev
it looks like it doesn't found it .. Someone already post this and they told him to download it directly from debian and so I do .. but I don't know how to install it or something can someone send me a link and instructions or tell me what to do since I can't compile tfs 1.0 because of this :)
 
Try this:
Code:
echo "deb http://ftp.de.debian.org/debian wheezy main" >> /etc/apt/sources.list
Code:
apt-get update && apt-get upgrade -y
Code:
apt-get install liblua5.2-dev
 
actually helps alot but now.. i have this error..



The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Performing Test COMPILER_KNOWS_CXX11
-- Performing Test COMPILER_KNOWS_CXX11 - Failed
-- Performing Test COMPILER_KNOWS_CXX0X
-- Performing Test COMPILER_KNOWS_CXX0X - Success
-- Found GMP: /usr/include
-- MySQL Include dir: /usr/include/mysql library dir: /usr/lib
-- MySQL client libraries: mysqlclient
-- REQUIRED_VARS (missing: LUA_LIBRARIES LUA_INCLUDE_DIR VERSION_VAR LUAJIT_VERSION_STRING)
-- REQUIRED_VARS (missing: VERSION_VAR LUA_VERSION_STRING)
-- Boost version: 1.42.0
-- Found the following Boost libraries:
-- system
-- Configuring done
CMake Error in CMakeLists.txt:
Cannot find source file "actions.cpp". Tried extensions .c .C .c++ .cc
.cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx


-- Build files have been written to: /root/forgottenserver-master/build
 
Back
Top