Go to file
Erwin Nindl 09638b8f90 Adds unit tests 2021-06-28 00:08:40 +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 Adds unit tests 2021-06-28 00:08:40 +02:00
tests Adds unit tests 2021-06-28 00:08:40 +02:00
.gitignore Implements loading of proto files 2021-06-17 20:14:50 +02:00
CMakeLists.txt Adds unit tests 2021-06-28 00:08:40 +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