Thread: ubuntu guide
View Single Post
  #5  
Old 11-11-2009, 09:10 PM
Roguish
Fire Beetle
 
Join Date: Oct 2008
Location: Maine
Posts: 9
Default

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
Reply With Quote