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