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

Ubuntu Compiling TFS 1.2

president vankk

Web Developer & AuraOT Owner
Joined
Jul 10, 2009
Messages
5,719
Solutions
9
Reaction score
339
Hello everyone, I'm trying installing the libs to compile TFS 1.2 by using theses commands:

Code:
sudo apt-get install git cmake build-essential liblua5.2-dev libgmp3-dev libmysqlclient-dev libboost-system-dev

log: http://pastebin.com/DLG5dbeb


Could someone help me with that?

Thanks.
 
apt-get clean
apt-get update
apt-get install git cmake build-essential liblua5.2-dev libgmp3-dev libmysqlclient-dev libboost-system-dev
 
Yes I did. I have two dedicated servers, one is 12.04 and the other is 14.04.

In 14.04 I can compile without any bugs, in 12.04 I am having too much erros.
 
Back
Top