You are viewing an old version of this page. Return to the latest version.
Difference between revisions of "Admins:Windows Server"
m (fixed a broken url) |
(bullet point and rename) |
||
| Line 6: | Line 6: | ||
* Download and install MySql | * Download and install MySql | ||
** [http://dev.mysql.com/get/Downloads/MySQL-5.0/mysql-5.0.45-win32.zip/from/pick#mirrors MySql 5.0.45] | ** [http://dev.mysql.com/get/Downloads/MySQL-5.0/mysql-5.0.45-win32.zip/from/pick#mirrors MySql 5.0.45] | ||
| − | + | ** [http://mirror.gnudownload.org/MySQL Alternate Mirror] | |
| − | [http://mirror.gnudownload.org/MySQL | ||
* Download latest source release | * Download latest source release | ||
** [http://sourceforge.net/project/platformdownload.php?group_id=140686 EQ2Emu0.4.0] | ** [http://sourceforge.net/project/platformdownload.php?group_id=140686 EQ2Emu0.4.0] | ||
| − | |||
* Open World.sln and run through the conversion wizard. | * Open World.sln and run through the conversion wizard. | ||
| Line 28: | Line 26: | ||
* Rename zlib1.dll (found in C:\zlib) to zlib.dll and copy it into your EQ2Emu folder | * 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 | ||
<br /> | <br /> | ||
Revision as of 19:15, 21 September 2009
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