Statistics
| Branch: | Revision:

gazetk / Protocol / readme.md @ 2eb54f9d

History | View | Annotate | Download (558 Bytes)

1
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
- - redirect the installation output to an appropriate output folder: -DCMAKE_INSTALL_PREFIX:PATH=/usr
10
- - example: cmake -G "Visual Studio 12" -DCMAKE_INSTALL_PREFIX:PATH=../.. ..
11
- open solution and build project to generate all the source files from the protos.
12