View Single Post
  #8  
Old 03-14-2003, 08:50 AM
flipper
Sarnak
 
Join Date: Jan 2002
Location: California
Posts: 94
Default

The install directions would need to be modified for the current release of eqemu (0.4.3). They changed to a unified makefile -- there is no longer a makefileopt file. To compile you would need to do the following

cd to your eqemu directory
Code:
cd /path/to/eqemu
cd to your world source and compile it
Code:
cd world
make
cd to your zone source and compile it
Code:
cd ../zone
make
cd ..
At this point you could try running ./world/world and ./zone/zone per the instructions above.

==Flipper==
Reply With Quote