You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Erwin Nindl 09638b8f90 Adds unit tests 2 years ago
protocol_buffers_definitions Implements loading of proto files 2 years ago
recordings initial commit 2 years ago
src Adds unit tests 2 years ago
tests Adds unit tests 2 years ago
.gitignore Implements loading of proto files 2 years ago
CMakeLists.txt Adds unit tests 2 years ago
README.md Implements loading of proto files 2 years ago
assignment.pdf initial commit 2 years ago

README.md

ESRI C++ code assignment

Setup

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

Build

mkdir build
cd build
cmake ..
make