From 4d54da90b8e69dc075518c846f5097d388062676 Mon Sep 17 00:00:00 2001 From: William Katz Date: Fri, 15 Oct 2021 14:18:21 -0700 Subject: [PATCH] :memo: fixed build docs --- docs/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building.md b/docs/building.md index 18c05a1..d8ced92 100644 --- a/docs/building.md +++ b/docs/building.md @@ -17,7 +17,7 @@ If you want to use the docker package, deploy information can be found [here](de ### Linux #### Debian ``` -sudo apt install libjsoncpp-dev uuid-dev openssl libssl-dev zlib1g-dev build-essential +sudo apt install libjsoncpp-dev uuid-dev openssl libssl-dev zlib1g-dev make cmake ``` #### CentOS 7.5 ```