gazetk / Protocol / readme.md @ fba08427
History | View | Annotate | Download (577 Bytes)
1 | 81eb8e16 | Thies Pfeiffer | Requirements |
---|---|---|---|
2 | - CMake Version 3.0 or higher |
||
3 | - Google Protocol Buffers |
||
4 | |||
5 | Installation on Windows using Visual Studio 2013 |
||
6 | - create a build directory (mkdir build) |
||
7 | - enter the build directory (cd build) |
||
8 | - call cmake with appropriate generator on source directory (cmake -G "Visual Studio 12" ..) |
||
9 | fba08427 | Thies Pfeiffer | - - redirect the installation output to an appropriate output folder: -DCMAKE_INSTALL_PREFIX:PATH=%GAZETK_HOME% |
10 | - - or better: cmake -G "Visual Studio 12" -DCMAKE_INSTALL_PREFIX:PATH=%GAZETK_HOME% .. |
||
11 | 81eb8e16 | Thies Pfeiffer | - open solution and build project to generate all the source files from the protos. |