From 8b4f3b00bb81ff619a837e35426348b3ac1ed45e Mon Sep 17 00:00:00 2001 From: Mudit Vats Date: Thu, 7 Jan 2021 15:49:48 -0700 Subject: [PATCH] Update dependencies --- Build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build.md b/Build.md index 3dce2d6..cd52bf8 100644 --- a/Build.md +++ b/Build.md @@ -17,7 +17,7 @@ Steps below are for Ubuntu 18.04 and 20.04. ## Dependencies ``` -sudo apt install git cmake build-essential libboost-system-dev libboost-thread-dev libboost-random-dev libboost-regex-dev libboost-filesystem-dev libssl-dev zlib1g-dev +sudo apt install git cmake build-essential curl zip unzip tar pkg-config ``` ## Build C++ REST SDK