protocol_buffers_definitions | ||
recordings | ||
src | ||
.gitignore | ||
assignment.pdf | ||
CMakeLists.txt | ||
README.md |
ESRI C++ code assignment
Setup
aptitude install protobuf-compiler libprotobuf-c-dev ##libprotoc-dev
Build
mkdir build
cd build
cmake ..
make
protocol_buffers_definitions | ||
recordings | ||
src | ||
.gitignore | ||
assignment.pdf | ||
CMakeLists.txt | ||
README.md |
aptitude install protobuf-compiler libprotobuf-c-dev ##libprotoc-dev
mkdir build
cd build
cmake ..
make