View Revision: Compiling EOSERV
Setting Up
'''NOTE: Currently tested on Rev 264'''
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.
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++Click on the '''Compiler''' tab then add '''"..\include"'''. Now click the '''Linker''' tab then add '''"..\"''' and '''"..\lib"'''. Without quotes (").