EOSERV Wiki > Page: Compiling EOSERV > History > Revision Diff

Revision Diff: Compiling EOSERV

Revision by at 30th May 2011 08:57 am
DeletionsAdditions
== 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'''.
* Download the latest eoserv revision [[http://eoserv.net/pub/files/snaps|here]].
* Download the needed files from my files depot [[http://files.desmondtaylor.co.uk/neededfiles.zip|here]].
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 [[http://www.codeblocks.org/downloads|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.
<pre>
-static-libgcc
-static-libstdc++
</pre>
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.
EOSERV Wiki > Page: Compiling EOSERV > History > Revision Diff