EOSERV Forum > EOSERV > Guide - BloodShed Dev C++ EOSERV Compiling
Topic is locked.
Page: << 1 >>
Guide - BloodShed Dev C++ EOSERV Compiling
Author Message
Post #2590 Guide - BloodShed Dev C++ EOSERV Compiling

BEFORE YOU START ALL THE LINKS FOR DOWNLOADS YOU'LL NEED ARE AT THE BOTTOM!

1. Download - Bloodshed Dev C++
2. Download - Eoserv Source
3. Open the Trunk folder and go to project - open either mingw or mingw-debug with Dev C++
4. Select TOOLS then Check Updates/Packages
5. Select Devpak Server - devpaks.org
6. Click Check for Updates
7. Switch the catagory to Database and select everything then download and install

Then select MingW and do the same, and also the same for C++ and you should be

good to go.

8. Download MySQL 5.1 and install the Complete.
9. Download SQLite3 Windows binarys
10. Place the executables in MingW/Bin in c:/DevCpp
11. Place the libraries in the C:/program files/Mysql/Mysqlserver/include folder
12. Place the libraries also in the trunk folder for eoserv source
13. Open Maximize Bloodshed Dev C++ and Select TOOLS and COMPILER OPTIONS
14. Select the Directories Tab
15. Add c:/program files/Mysql/MysqlServer/Bin to Binaries
16. Add c:/program files/Mysql/MysqlServer/lib to Libraries
17. Add c:/program files/Mysql/MysqlServer/include to C Includes
18. Add c:/program files/Mysql/MysqlServer/inclue to C++ Includes
19. Select Execute
20. Select Compile
Your Eoserv Binary should now be in the Trunk folder of the source make sure you have all the libraries needed to run eoserv before you try running it and make sure your mysql and config.ini are set up properly.
This was a very detailed tutorial, if you can't compile still please don't ask how to compile or post your bug reports. All I care about are thanks. :) Now heres your links.
http://devpaks.org - Get anything and everything you can for best results. I suggest any C++ Libraries, DirectX, and MingW stuff.
www.bloodshed.net/devcpp.html
http://dev.mysql.com/get/Downloads/MySQL-5.1/mysql-essential-5.1.33-win32.msi/from/pick#mirrors
http://www.sqlite.org/download.html - If you have Windows then download the Windows ones. ALL OF THEM!

Also as a new addition here's the EOserv R94 binarys already compiled for you, all you have to do is replace the binarys you already have in your eoserv or trunk folders.

EOServR94-Binarys

EOservR94-Source
16 years, 14 weeks ago
Post #2727 Re: Guide - BloodShed Dev C++ EOSERV Compiling

does compile only work with mysql i got easywamp which has mysql files is there a way to do it with easywamp

16 years, 14 weeks ago
Post #2733 Re: Guide - BloodShed Dev C++ EOSERV Compiling
Misa posted: (3rd Apr 2009 04:56 am)

does compile only work with mysql i got easywamp which has mysql files is there a way to do it with easywamp

I don't even know what that is. Just use this guide instead of trying other things? There is no reason to try and compile it a different way when you have a working way of doing it already.

16 years, 14 weeks ago
Post #3600 Re: Guide - BloodShed Dev C++ EOSERV Compiling

uhm, while compiling. I got this error:

 cannot find -lmysql

what happened? sorry, I'm a newb. x.x


-edit: uhh, shit. I didn't read what you said after the tut. sorry. xD-

16 years, 13 weeks ago
Post #4000 Re: Guide - BloodShed Dev C++ EOSERV Compiling

Like I said, everything is provided in the guide.

16 years, 12 weeks ago
Post #4037 Re: Guide - BloodShed Dev C++ EOSERV Compiling

Okay I have a question. I downloaded the Eoserv's binaries, and I have an online server up and running, other people can connect to it, but I don't have the .cpp files. Is there any way I can add the .cpp files to my server so that I can add/edit commands such as #title? I'd love to makenew commands and code some new things, but I don't have the files to edit.

16 years, 12 weeks ago
Post #4102 Re: Guide - BloodShed Dev C++ EOSERV Compiling 16 years, 12 weeks ago
Post #4123 Re: Guide - BloodShed Dev C++ EOSERV Compiling

can u give some screenies i cant fiigure it out

16 years, 12 weeks ago
Post #8486 Re: Guide - BloodShed Dev C++ EOSERV Compiling

No but I can update it a little.

16 years, 4 weeks ago
Page: << 1 >>
Topic is locked.
EOSERV Forum > EOSERV > Guide - BloodShed Dev C++ EOSERV Compiling