Revision 2eb54f9d Protocol/readme.md

View differences:

Protocol/readme.md
6 6
- create a build directory (mkdir build)
7 7
- enter the build directory (cd build)
8 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=../.. ..
9 11
- open solution and build project to generate all the source files from the protos.
10 12

  

Also available in: Unified diff