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

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'''.
  • Download the latest eoserv revision here.
  • Download the needed files from my files depot 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 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++ 
-static-libstdc++</pre> 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