Go to file
Erwin Nindl f6e691d3db Implements loading of proto files 2021-06-17 20:14:50 +02:00
protocol_buffers_definitions Implements loading of proto files 2021-06-17 20:14:50 +02:00
recordings initial commit 2021-06-17 18:26:32 +02:00
src Implements loading of proto files 2021-06-17 20:14:50 +02:00
.gitignore Implements loading of proto files 2021-06-17 20:14:50 +02:00
CMakeLists.txt Implements loading of proto files 2021-06-17 20:14:50 +02:00
README.md Implements loading of proto files 2021-06-17 20:14:50 +02:00
assignment.pdf initial commit 2021-06-17 18:26:32 +02:00

README.md

ESRI C++ code assignment

Setup

aptitude install protobuf-compiler libprotobuf-c-dev ##libprotoc-dev

Build

mkdir build
cd build
cmake ..
make