Skip to content

Commit

Permalink
Merge pull request #929 from alloyxrp/patch-6
Browse files Browse the repository at this point in the history
Add build-essential to list of dependencies
  • Loading branch information
mDuo13 committed Nov 18, 2020
2 parents bf7817d + 49d8692 commit 83d5641
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 83d5641

Please sign in to comment.