Need some assistance
Im not a linux expert or anything, following some of the guides on EQEmu for setting up a server I have been getting stuck...
Code:
EQEmu-0.7.0-1043-source.tgz Then this hit Code:
cd /home/eqemu/server I dont know exactly what to do from this part forward. EDIT: I am able to use Ubuntu or Debian, doesnt make a difference. |
Here's how I handle it. I have a directory called eqemu. In this I have the following 4 scripts:
Code:
john@paranoia:~/eqemu$ cat getEmuSource.sh In eqemu/server I have a symlink to the source files: Code:
lrwxrwxrwx 1 john john 38 2009-06-20 07:31 source -> ../projecteqemu-read-only/EQEmuServer/ Code:
lrwxrwxrwx 1 john john 28 2009-06-20 13:21 chatserver -> source/chatserver/chatserver Code:
cd eqemu/server/source Code:
make depends ; make -j 2 I follow the instructions as posted elsewhere to manage updating the database. This is on a debian system, but should work on anything. I hope it helps. |
Looks like a good idea but cleanipc and libEMuShareMem.so + some other things in your symlinks dont exist for me or?
|
Quote:
|
Quote:
cleanipc.cpp is the only thing related to cleanipc in name... and libEMuShareMem.so doesnt exist :< |
Are you using the -s flag when you create the link?
Code:
ln -s TARGET LINK Play with the ln command in your /tmp directory. I recall that it took me a while to be comfortable with how it works when I first met UNIX. Also check out Code:
ln --help Code:
man ln |
You have to compile it first if you're getting it directly from the svn. As a linux user, this is pretty easy. Install the packages listed in the debian guide and:
Code:
cd source |
Quote:
|
I think the default makefiles will work, though you might have to add some lines to include bots. I've made some small changes to mine to make use of the multicore processor and optimize the code for efficiency, but I think the defaults work.
|
I wouldn't worry about bots or other changes to the makefiles and code until you've got it to work without. As Pfyon says, it's pretty easy, once you know how.
I did have to change the references to gmake to make in the utils directory as I recall, as I don't like having multiple makes lying around. |
Oh, yeah, I just renamed gmake to make. That was in one of the linux guides on the wiki, maybe even the debian one linked above.
|
All times are GMT -4. The time now is 07:19 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.