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

View Revision: Compiling EOSERV

Setting Up

'''NOTE: Currently tested on Rev 238'''

Firstly, Create a directory where you would like your server to be setup into. For tutorial purposes I shall be using '''C:\eoserv'''.

  • Follow this guide to get the latest EOSERV revision Getting_EOSERV.
  • Download the needed files from my files depot here.
Extract those files and place them directly into the trunk directory with the EOSERV source.

Build Options

Okay open the project with Code::Blocks. If you do not have this then download the one without MingW from the Code::Blocks website here. You need to download the GCC Compiler to compile eoserv and can be obtained from here. '''Note: You must install the C and C++ Compiler.''' 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 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 > View Revision