Re: question about building on Windows
Frank Quinn <fquinn.ni@...>
Hi Dmitri,
Yeah that will be 32 bit. They want you to generate 64 bit solution files by running (cmake standard): cmake -G "Visual Studio 10 Win64" (Changing IDE version to taste) Yeah we don't use any of the bindings just proton-c. There are a bunch of other cmake macros to disable the extra bindings. We did a lot of work in the last release to make our solution files more usable, but as with all building on windows, its the consistency of 3rd party library naming and layout which is one of the biggest hinderences. See rant here: http://fquinner.github.io/2015/09/20/porting-openmama-zmq-to-windows/ :) Cheers,
On Mon, 9 May 2016 23:28 Dmitri Fedorov, <dfedorov.solace@...> wrote:
|
|