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

Problem with starter tfs 0.3.4

kostas136

Banned User
Joined
Apr 1, 2009
Messages
215
Reaction score
30
Hello i need help with compiling to execute my windows server in to a Linux distro.
i use tfs 0.3.4 8.60
im paying 25 euro for someone to fix it for me.
skype: kostaspolo1
thx rep++
 
What linux version are you using?

Install the required libs:

Code:
apt-get install build-essential libxml2-dev libxml++2.6-dev liblua5.1-0-dev libboost-all-dev libmysql++-dev libgmp3-dev liblua5.1-sql-mysql-dev zlib1g-dev dh-autoreconf

Use cd into the directory with the source files.

Now start autogen:
Code:
sh autogen.sh

Code:
./configure --enable-mysql

Code:
sh build.sh
 
Back
Top