Guide needed on Wiki

For all the help you need with Armagetron!
Post Reply
User avatar
Agility
Core Dumper
Posts: 134
Joined: Fri Jun 19, 2009 10:22 pm

Guide needed on Wiki

Post by Agility »

Well I was wondering if someone could make a guide on wiki on how to install and compile a 0.4 server for linux. This would we very useful.
User avatar
/dev/null
Shutout Match Winner
Posts: 819
Joined: Sat Sep 04, 2004 6:28 pm
Location: Chicago-ish

Re: Guide needed on Wiki

Post by /dev/null »

.4 is a dead branch.
User avatar
takburger
Match Winner
Posts: 600
Joined: Tue Jun 04, 2013 9:34 pm

Re: Guide needed on Wiki

Post by takburger »

I installed a 0.4 once, it is very similar to 0.2... But I don't remember :/
Image
User avatar
kyle
Reverse Outside Corner Grinder
Posts: 1876
Joined: Thu Jun 08, 2006 3:33 pm
Location: Indiana, USA, Earth, Milky Way Galaxy, Universe, Multiverse
Contact:

Re: Guide needed on Wiki

Post by kyle »

It just needs a few more dependencies, everything else is pretty much so the same.

Code: Select all

apt-get install bzr make automake gcc dpkg-dev libxml2-dev subversion libtool bison
also you need protobuf, I don't know if that is in apt now or not.

my way to compile protobuf from years ago

Code: Select all

wget http://protobuf.googlecode.com/files/protobuf-2.0.3.tar.bz2
tar -jxvf ./protobuf-2.0.3.tar.bz2
cd protobuf-2.0.3
./configure --prefix=/usr
make
make install 
Image
User avatar
/dev/null
Shutout Match Winner
Posts: 819
Joined: Sat Sep 04, 2004 6:28 pm
Location: Chicago-ish

Re: Guide needed on Wiki

Post by /dev/null »

What the ****, I was shitfaced.
Post Reply