Compiling Unreal on win32 info (libs & modules)

These are old archives. They are kept for historic purposes only.
Locked
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Compiling Unreal on win32 info (libs & modules)

Post by Syzop »

Just a note to anyone that wants to compile UnrealIRCd on win32 themselves with zlib/openssl/curl support:

I rewrote a large part of doc/compiling_win32.txt explaining in detail how to build zlib, openssl and curl w/c-ares yourself.
But, more important, I've also put up a page (which is linked from compiling_win32.txt) which contains a development package that contains the zlib + ssl + curl libraries precompiled suitable for Unreal (in fact, it are the exact versions that were used for the Unreal3.2.2 windows releases).

So, hopefully that should resolve most of the problems people experienced with custom win32 builds (read: crashes due to incorrectly compiled libaries or unable to compile things at all [eg: curl+ares == a disaster])

Also, a 'compiling modules' section was added to compiling_win32.txt, clearly explaining when dll's are compatible (and can be put online so users can download them) and when not.
Last edited by Syzop on Sat Aug 07, 2004 9:28 pm, edited 1 time in total.
Locked