Difference between revisions of "Admins:Windows Server"

(==)
m (fixed a broken url)
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 Above link broken]
  
 
* Download latest source release
 
* Download latest source release

Revision as of 19:12, 21 September 2009

How to compile a windows server

Above link broken


  • 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



==

Guide taken from EQ2Emu Forums posted by Razmalone Origional Post Here

==