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

endemus

New Member
Joined
Jul 18, 2012
Messages
5
Reaction score
0
Hello i want to now how to compile the tfs under the linux i'm doing it first time so please help me.
i just finished instal the debian so now want to compile the distro.
 
:)

u have

putty
and
WinSCP

??

- - - Updated - - -

i want go sleep so
run putty and log in to ur server

apt-get update
apt-get upgrade

apt-get install mysql-server

u have to set database password here

now

apt-get install apache2
apt-get install php5
apt-get install libapache2-mod-php5

then

/etc/init.d/apache2 restart

now

apt-get install libapache2-mod-auth-mysql
apt-get install php5-mysql
apt-get install phpmyadmin

now if u have acc maker rdy just put files in var/www

go compile!

so now

cd /home/

mkdir tfs

cd /home/tfs/

now open winscp and put ur sources in to tfs folder

ln -s /usr/share/phpmyadmin/ /var/www/phpmyadmin
/etc/init.d/apache2 restart

now
apt-get install libboost1.42-dev liblua5.1-0 liblua5.1-0-dev liblua50 liblua50-dev liblualib50 liblualib50-dev lua50 libsqlite0 libsqlite0-dev libsqlite3-0 libsqlite3-dev sqlite3 lua5.1 libmysql++-dev libgmp3-dev subversion make g++ libxml2 libxml2-dev libxml++2.6-dev libmysqlclient15-dev mysql-client-5.1 mysql-common mysql-server-5.1 gcc cpp automake autoconf pkg-config

now

cd /home/tfs/

chmod +x autogen.sh

./autogen.sh && ./configure --enable-mysql --enable-server-diag && make

done. if u want run the server, type

./theforgottenserver
 
when i'm doing ./autogen.sh
i got error:
Code:
BUG.am: 'install.sh' is an anachronism; use 'instal-sh' instead
autoreconf: automake failed with exit status: 1
 
Back
Top