Windows x64 Binary
Closed this issue · 2 comments
I'm using znc-msvc on Windows x64. How would I go about compiling this to get a .dll file I could use with that?
On 10 Apr 2012, at 03:08, EdGruberman wrote:
I'm using znc-msvc on Windows x64. How would I go about compiling this to get a .dll file I could use with that?
I'm not directly familiar with that build of znc, however if the build system is similar to that used for the regular version dropping the .cpp file into the modules/extra directory, then rebuilding, should work.
Mike Quin mike@elite.uk.com
That makes total sense. Thank you.
Unfortunately, I'm stuck on figuring out how to build OpenSSL (a requirement to be done for znc-msvc) first. Hopefully I'll find some more time to figure all this build stuff out. I think Windows environments make this much harder for some reason. The amount of software I had to install just to get to an error message is mind boggling. ;)
Soon SASL... soon...