-
Notifications
You must be signed in to change notification settings - Fork 5
install: windows
Salvo Virga edited this page Jun 17, 2019
·
7 revisions
git clone https://github.com/google/flatbuffers.git
- Create a build folder wherever you prefer.
- From the CMake GUI, select flatbuffers folder as source and the build folder as the destination.
Hit Configure and select the right generator for your machine.
E.g."Visual Studio 14 2015 Win64"
or"Visual Studio 15 2017 Win64"
- Open the VS solution that was generated in that folder.
You need to run Visual Studio as Admin! - Select Release as build type.
Build the BUILD_ALL project and then the INSTALL project.
All you need should be installed in C:/Program Files/Flatbuffers/
.
You can specify another install directory changing the CMAKE_INSTALL_PREFIX
variable.
git clone https://github.com/zeromq/libzmq.git
- Create a build folder wherever you prefer.
- From the CMake GUI, select libzmq folder as source and the build folder as the destination.
Hit Configure and select the right generator for your machine.
E.g."Visual Studio 14 2015 Win64"
or"Visual Studio 15 2017 Win64"
-
Disable ZeroMQ option ENABLE_CURVE (i.e. -DENABLE_CURVE=OFF).
Why that? Have a look in here. - Configure and Generate.
- Open the VS solution that was generated in that folder.
You need to run Visual Studio as Admin! - Select Release as build type.
Build the BUILD_ALL project and then the INSTALL project.
All you need should be installed in C:/Program Files/ZeroMQ/
.
You can specify another install directory changing the CMAKE_INSTALL_PREFIX
variable.
git clone https://github.com/zeromq/cppzmq.git
- Create a build folder wherever you prefer.
- From the CMake GUI, select cppzmq folder as source and the build folder as the destination.
Hit Configure and select the right generator for your machine.
E.g."Visual Studio 14 2015 Win64"
or"Visual Studio 15 2017 Win64"
- Configure and Generate.
- Open the VS solution that was generated in that folder.
You need to run Visual Studio as Admin! - Select Release as build type.
Build the BUILD_ALL project and then the INSTALL project.
All you need should be installed in C:/Program Files/cppzmq/
.
You can specify another install directory changing the CMAKE_INSTALL_PREFIX
variable.
git clone https://github.com/IFL-CAMP/simple.git
- Create a build folder wherever you prefer.
- From the CMake GUI, select simple folder as source and the build folder as the destination.
Hit Configure and select the right generator for your machine.
E.g."Visual Studio 14 2015 Win64"
or"Visual Studio 15 2017 Win64"
.
Flatbuffers, ZeroMQ and cppzmq should be automatically found. - Press
Configure
until everything is not red, thenGenerate
. - Open the VS solution that was generated in that folder.
You need to run Visual Studio as Admin! - Build the BUILD_ALL project and then the INSTALL project.
SIMPLE should be installed in C:/Program Files/simple/
.
You can specify another install directory changing the CMAKE_INSTALL_PREFIX
variable.