View Single Post
  #10  
Old 01-08-2004, 01:37 PM
Gangrif
Sarnak
 
Join Date: Oct 2003
Posts: 64
Default

Yes, tahts the package i dled. The one you quoted that is.

in a nutshell heres what i did.

dled that rar to a windows box, and extracted it (i dont have a unrar utility on my linux box)
re-compressed it as a zip.
sent it over to the linux box.
unzipped it to ~/eqemu/053dr2/
it created its own directories for zone, world, and the mem lib, along with a few other things.

for world, and the mem lib, i just entered the directory, and typed make.
they compiled with no errors.

for zone, i had a little trouble, eventually what did it was this:
# make clean
# vi client.cpp
ripped out the block that this thread says to replace, and pasted the code from this thread in its place.
edited out the spaces before each line, and replaced them with tabs to retain format.
then i had to edit the makefile.. the first 10 or so lines, i had to remove the 3 spaces before each line fo the makefile to not produce any errors.

then
# make

it compiled.
Reply With Quote