Install necessary packages
Code:
sudo apt-get install subversion gcc g++ cpp libmysqlclient15-dev libio-stringy-perl cvs cvsd
Add the eqemu user and switch to it
Code:
sudo adduser eqemu
<enter info>
<enter info>
<enter info>
y
su eqemu
<enter password>
Create directory and download source to it
Code:
cd ~
mkdir source server server/database
cd ~/source
svn co http://projecteqemu.googlecode.com/svn/trunk/EQEmuServer
At this point go ahead and compile it
Code:
cd EQEmuServer
make