Newbie Install Readme
Has anyone made a readme like the one on the main eqemu page for compiling / running eqemu on linux ?
I know where to get the files but once I get them I find myself looking at them with nowhere to go from there. Has a ReadME been made or is anyone planning on making one ? |
Below are the basics of getting eqemu working in Linux. This is off the cuff, so please excuse any omissions...
1. make sure you have mysql installed and functioning (including libmysql). You will need to set a password for mysql using: Code:
mysqladmin password Code:
unzip -a <filename.zip> 3. you will then need to compile the world and zone servers... (a) Code:
cd zone Code:
cd ../world LoginServer.ini : just edit worldname and worldaddress. The worldaddress is your ip#. db.ini : Code:
[Database] (a) Code:
mysqladmin -u <user> -p create eqemu Code:
mysql -u <user> -p 7. start world server, and zone servers. zone servers are started as follows from the eqemu folder: Code:
./zone/zone . <your ip#> 7995 <your ip#> 8. test it out and see if you can log in to your own server. if it works, then populate the database with some spawns using drawde's db or another that you find in the World Building section of this forum. Good luck. |
Thanks TONS
I'm gonna go try it now :) |
One thing I forgot to mention is that you will want the spells_en.txt file from you EQ installation in the eqemu folder. It needs that to function properly.
On your EQ client side I would recommend using the new EQ Patcher utility (it's listed on the left side of the eqemu.net home page). That will make sure all of your files are at the proper patch level to play eqemu. Good luck and enjoy! |
A created a readme for linux installations, but it doesnt get included in the source releases.
|
Trump,
Well that stinks! Are the devs willing to make your readme part of the source-only distribution? Just think about it... how many of the folks who download the source are compiling it for Windows? |
Quote:
I've tried your suggestions in previous messages as well. THe trouble is I don't have any Makefile in the directories. I've downloaded the source from sourceforge site and looked inside to no avail. Please respond with advice on creation of makefile or location to obtain them. Thanks Pagan |
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 Code:
cd world Code:
cd ../zone ==Flipper== |
The way the releases are done, it's hard to make sure everything gets included. We need to have a more organized process for it..
makefileopt should still be there, I still update it whenever I modify the makefiles. Also, EmuMemShare build is needed, linux now includes sharemem support thanks to BigPull, just do a make in that directory. If you get a problem with missing mm-config, just change it to -lmm . |
All times are GMT -4. The time now is 12:38 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.