From 49d8692d3d174d82b59a4cf20defa9ed4c3809c7 Mon Sep 17 00:00:00 2001 From: Alloy Networks <45832257+alloyxrp@users.noreply.github.com> Date: Sat, 14 Nov 2020 13:54:53 +0200 Subject: [PATCH] Add build-essential to list of dependencies --- .../installation/build-run-rippled-ubuntu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorials/manage-the-rippled-server/installation/build-run-rippled-ubuntu.md b/content/tutorials/manage-the-rippled-server/installation/build-run-rippled-ubuntu.md index 38cebb7f67..9a0cfd01f7 100644 --- a/content/tutorials/manage-the-rippled-server/installation/build-run-rippled-ubuntu.md +++ b/content/tutorials/manage-the-rippled-server/installation/build-run-rippled-ubuntu.md @@ -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.