On 13 June 2012 21:11, MinRK <[email protected]> wrote: > Where does this dist put libzmq/zmq.h? I might as well support that as a > default path when building pyzmq. > > Typically it is going to install to %ProgramFiles%/ZeroMQ 3.3.0/include/zmq.h
The directory is available as a registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Miru\ZeroMQ 3.3.0 This is clearly wrong on Win64 and whilst the path can be fixed (from x86 suffix) I'm not sure the key can when using a 32-bit installer? !define MUI_STARTMENUPAGE_REGISTRY_KEY "Software\@CPACK_PACKAGE_VENDOR@ \@CPACK_PACKAGE_INSTALL_REGISTRY_KEY@" Ooh, just found NSIS64 fork: https://bitbucket.org/dgolub/nsis64 -- Steve-o
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
