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

Debian

ramzesiko

ogr
Joined
May 5, 2009
Messages
30
Reaction score
0
jak wgrac svn na dedyka (wiem wiem svn co shitshitshit), ale jak to zrobic jezeli svn mam na swoim komputerze?
 
GNU\Linux - Debian (...and forks, eg. Ubuntu)
A detailed and always up-to-date tutorial may be found here:
http://otland.net/f137/linux-ultimate-compile-guide-debian-ubuntu-included-2868/

Root
You need to get on root user or use sudo for almost all below operations.

Download required packages
Launch a terminal, and paste in the following commands:
apt-get install libboost1.37-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.0 mysql-common mysql-server-5.0 gcc cpp automake autoconf pkg-config

Download sources
Launch a terminal, and paste in this command:
svn co forgottenserver - Revision 73: /tags/0.3.5

Compiling
Launch a terminal, and type this:
cd 0.3.5 && ./autogen.sh && ./configure --enable-sqlite --enable-server-diag && make

Linker error
If you receive a linker error saying something with 'libboost', try pasting the following commands to terminal and then move back to compiling again:
wget Download asio C++ library from SourceForge.net
tar -xzf boost_asio_1_0_0.tar.gz
cp -ar boost_asio_1_0_0/boost/* /usr/include/boost/
g++ boost_asio_1_0_0/libs/system/src/error_code.cpp -c -o /usr/lib/libboost_system.a
ln /usr/lib/libboost_regex-mt.so /usr/lib/libboost_regex.so
ln /usr/lib/libboost_regex-mt.a /usr/lib/libboost_regex.a
ln /usr/lib/libboost_thread-mt.so /usr/lib/libboost_thread.so
ln /usr/lib/libboost_thread-mt.a /usr/lib/libboost_thread.a
rm -rf boost_asio_1_0_0 boost_asio_1_0_0.tar.gz


Jak nie masz notepada, albo jakiegoś tam shitu.
 
wchodzisz do Putty, logujesz się na server i :

wkopiowywujesz to:

Code:
svn co http://svn.otland.net/public/forgottenserver/tags/_wersja_tfs_/

resztę, tak jak powiedziałem masz w tym "gównie" czyli Readme, dla myślących nic trudnego ;**

Hi i bye, reput+ ^_^
 
kurwa
Na stronie, ktora mi podales sa PODSTAWOWE sources, ja mam te sources troche edytowane i mam je na swoim pulpicie w folderze SOURCES, jak wgrac je na dedyka?
 
wchodzisz do Putty, logujesz się na server i :

wkopiowywujesz to:

Code:
svn co http://svn.otland.net/public/forgottenserver/tags/_wersja_tfs_/

resztę, tak jak powiedziałem masz w tym "gównie" czyli Readme, dla myślących nic trudnego ;**

Hi i bye, reput+ ^_^
i wtedy podmnienasz te swoje jebane sourca, i kompilujesz i WIO!!!!!!!!!
 
Tak fakturke vat
Ale musisz zapłacić za wysyłke Poczta Polską

PS
A Piotruś wystawia ci papierek ??
Czy ty mu stawiasz coś?? Bo on to ma jakieś zboczone teksty
 
Back
Top