gazetk / Protocol / readme.md @ 5d65b84e
History | View | Annotate | Download (377 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 |
- open solution and build project to generate all the source files from the protos. |
10 |
|