esri_assignment/install_deps.sh

10 lines
144 B
Bash
Raw Permalink Normal View History

2021-06-28 00:09:59 +02:00
#!/bin/bash
set -e
## install required software
apt update
apt install build-essential cmake
apt install protobuf-compiler libprotobuf-c-dev