Implements loading of proto files

This commit is contained in:
2021-06-17 20:14:50 +02:00
parent 03c0d30928
commit f6e691d3db
6 changed files with 98 additions and 0 deletions

23
README.md Normal file
View File

@@ -0,0 +1,23 @@
# ESRI C++ code assignment
## Setup
```
aptitude install protobuf-compiler libprotobuf-c-dev ##libprotoc-dev
```
## Build
```
mkdir build
cd build
cmake ..
make
```
## Links
* https://developers.google.com/protocol-buffers/docs/cpptutorial
* https://github.com/protocolbuffers/protobuf/tree/master/examples
* https://cmake.org/cmake/help/latest/module/FindProtobuf.html