Implements loading of proto files
This commit is contained in:
23
README.md
Normal file
23
README.md
Normal 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
|
||||
|
Reference in New Issue
Block a user