From c090418f266d3f95924fd3a7dc5227a602c8f45c Mon Sep 17 00:00:00 2001 From: steviez Date: Fri, 8 Apr 2022 12:45:09 -0500 Subject: [PATCH] List cmake as a package to install in build instructions (#24199) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 496f7dedb2..3a004e35f8 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ On Linux systems you may need to install libssl-dev, pkg-config, zlib1g-dev, etc ```bash $ sudo apt-get update -$ sudo apt-get install libssl-dev libudev-dev pkg-config zlib1g-dev llvm clang make +$ sudo apt-get install libssl-dev libudev-dev pkg-config zlib1g-dev llvm clang cmake make ``` ## **2. Download the source code.**