Add build-essential to list of dependencies

This commit is contained in:
Alloy Networks
2020-11-14 13:54:53 +02:00
committed by GitHub
parent bf7817d134
commit 49d8692d3d

View File

@@ -27,7 +27,7 @@ These instructions use Ubuntu's APT (Advanced Packaging Tool) to install the sof
3. Install dependencies.
sudo apt-get -y install git pkg-config protobuf-compiler libprotobuf-dev libssl-dev wget
sudo apt-get -y install git pkg-config protobuf-compiler libprotobuf-dev libssl-dev wget build-essential
4. Install CMake.