Merge pull request #929 from alloyxrp/patch-6

Add build-essential to list of dependencies
This commit is contained in:
Rome Reginelli
2020-11-18 11:07:11 -08:00
committed by GitHub

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.