You are viewing an old version of this page. Return to the latest version.
Difference between revisions of "Admins:Windows Server"
(→How to compile a windows server) |
(→How to compile a windows server) |
||
| Line 2: | Line 2: | ||
* Download zlib code and extract it to C:\zlib. | * Download zlib code and extract it to C:\zlib. | ||
| − | ** [http://www.zlib.net/ | + | ** [http://www.zlib.net/zlib125-dll.zip zlib download] |
* Download and install MySql | * Download and install MySql | ||
Revision as of 10:20, 2 September 2011
How to compile a windows server
- Download zlib code and extract it to C:\zlib.
- Download and install MySql
- Download latest source release
- Open World.sln and run through the conversion wizard.
- In Visual Studio 2005 or 2008(will probably work the same with 2003), click Tools-> Options-> Projects and Solutions then choose VC++ Directories.
- Under the Show Directories For: click on the drop down box and choose Include Files
- Click the new line button (Ctrl+Insert) and find C:\zlib\include
- Repeat the previous step and add C:\Program Files\MySql\MySql Server 5.0\Include
- Now click on the Show Directories For: drop down box again and choose reference files and add C:\Program Files\MySql\MySql Server 5.0\lib\opt.
- Then click on the Show Directories For: drop down box again and choose library files and add C:\Program Files\MySql\MySql Server 5.0\lib\opt.
- Rename zlib1.dll (found in C:\zlib) to zlib.dll and copy it into your EQ2Emu folder
- Be sure to check you are using the correct update server for your schema (see forums) Latest as of 22/10/09: updates.eq2emulator.net 9103
==
Guide taken from EQ2Emu Forums posted by Razmalone Origional Post Here