Win32 EQ2Emu Compile
Posted: Sat Oct 13, 2007 11:04 pm
Note: Building off of Ash's post because this is very useful.
Original Resource: http://www.eq2emulator.net/forums/viewtopic.php?t=99
This assumes that MySQL is installed (Please visit http://www.eq2emulator.net/forums/viewtopic.php?t=97 to see information about installing MySQL).
(This is a modified quote)
Original Resource: http://www.eq2emulator.net/forums/viewtopic.php?t=99
This assumes that MySQL is installed (Please visit http://www.eq2emulator.net/forums/viewtopic.php?t=97 to see information about installing MySQL).
(This is a modified quote)
Ash wrote: How to compile EQ2EMu.
1 Download zlib (http://www.zlib.net/zlib123-dll.zip) source code and copy it to the hard drive.
2 Use Visual Studio 2003, go to tools options, then to Project and then to VC++ Directory.
3 go to include files and pass in: C:\Program Files\MySQL\MySQL Server 5.0\include and the same for Zlib: C:\zlib123
4 go to library files and pass in: C:\Program Files\MySQL\MySQL Server 5.0\lib\opt
5 Rename zlib1.dll to zlib.dll and copy it into your eq2emu folder (working directory depends if debug/release).