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

[Compile] TFS 0.4 Ubuntu 18.04

diegoknight95

New Member
Joined
Dec 13, 2009
Messages
37
Reaction score
2
Get privileges Super SU first.
Code:
sudo su
sudo apt-get update
apt-get install autoconf build-essential pkg-config automake libboost-all-dev libgmp3-dev libxml2-dev liblua5.1-0-dev libmysqlclient-dev libssl-dev libsqlite3-dev
cd /home
git clone https://github.com/glinharesb/3777-gesior
cd 3777-gesior
sudo chmod -R 777 src
cd src
sudo nano Makefile.am
#Delete -Wall -Wextra and Save (Control+X) *y*
./autogen.sh && ./configure --enable-sqlite --enable-mysql --enable-root-permission --enable-server-diag && ./build.sh
You are done.
credits: GitHub - glinharesb/3777-gesior (https://github.com/glinharesb/3777-gesior)
credits: [C++/Linux] Compiling old engine (sources) on Debian 10 / Ubuntu 20.04 (https://otland.net/threads/c-linux-compiling-old-engine-sources-on-debian-10-ubuntu-20-04.274654/)
 

Attachments

  • 401073134_874300204482944_5214094010057857317_n.jpg
    401073134_874300204482944_5214094010057857317_n.jpg
    26.1 KB · Views: 8 · VirusTotal
Last edited:
It works with any tfs 0.4 source? Like rev 4393? Or just with this one?
Post automatically merged:

It works with any tfs 0.4 source? Like rev 4393? Or just with this one?
 
Back
Top