
Ascent Section Home - MS Coast Home
Ascent Emu - World of Warcraft Server Emulator
ArcEMU
These steps were created from the guides here:
To get the Source for arc, create a user on your linux box named ascent
Login as that user and in the home directory execute:
Only do this the first time.
svn co svn://arcemu.info/svn/arcemu/trunk ~/realm1/arcemu-src
This will create a directory called arc with all the latest source code included.
Every time after the first time, instead just update your working copy
svn update
Linux Compile Instructions at ArcEMU Wiki.
First cd to /home/ascent/realm1/arcemu-src
cd /home/ascent/realm1/arcemu-src
For first time compile, start autoreconf and add a directory structure for the output.
autoreconf -fi
Now create a directory structure for the compiled realm (First Time ONLY)
mkdir -p /home/ascent/realm1/bin mkdir -p /home/ascent/realm1/etc mkdir -p /home/ascent/realm1/lib
(All steps below, for every time) Now run the configure script
./configure --prefix=/home/ascent/realm1 --enable-optimize
Make the precomiled header to speed up compile times
sh make_precompiled_header.sh
Now start the comile and go grab a beer
make
Then once done, simple do a quick install
make install

