View Revision: Compiling EOSERV
Setting Up
Firstly, Create a directory where you would like your server to be setup into. For tutorial purposes I shall be using '''C:\eoserv'''.
Extract those files and place them directly into '''C:\eoserv''' or where you decided to create the directory.
Build Options
Okay open the project with Code::Blocks. If you do not have this then download the one with MingW from the Code::Blocks website here.Before you can compile eoserv you must change the build options. To do this click '''Projects > Build Options...'''
Click on the '''Linker Settings''' tab and copy the following into the '''Other Linker Options''' text area.
-static-libgcc -static-libstdc++
Now click on the '''Search Directorys''' tab and select the '''Compiler''' tab and add '''"..\include"''' to the list.
Now click the '''Linker''' tab then add '''"..\"''' and '''"..\lib"'''.
Without quotes (").
Compiling
Now this is the part you've been waiting for. Simply select '''Build > Build''' and it shall compile it for you.Note: This could take some time so grab a drink.