Guide needed on Wiki
- Agility
- Core Dumper
- Posts: 134
- Joined: Fri Jun 19, 2009 10:22 pm
Guide needed on Wiki
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.
- /dev/null
- Shutout Match Winner
- Posts: 819
- Joined: Sat Sep 04, 2004 6:28 pm
- Location: Chicago-ish
Re: Guide needed on Wiki
.4 is a dead branch.
- takburger
- Match Winner
- Posts: 600
- Joined: Tue Jun 04, 2013 9:34 pm
- kyle
- Adjust Outside Corner Grinder
- Posts: 2005
- Joined: Thu Jun 08, 2006 3:33 pm
- Location: Indiana, USA, Earth, Milky Way Galaxy, Universe, Multiverse
- Contact:
Re: Guide needed on Wiki
It just needs a few more dependencies, everything else is pretty much so the same.
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
apt-get install bzr make automake gcc dpkg-dev libxml2-dev subversion libtool bisonmy 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 
- /dev/null
- Shutout Match Winner
- Posts: 819
- Joined: Sat Sep 04, 2004 6:28 pm
- Location: Chicago-ish
Re: Guide needed on Wiki
What the ****, I was shitfaced.
