From 68c55e1546ab9ac5f0c1eaf6cdf2cd4ef56bf1fa Mon Sep 17 00:00:00 2001 From: Raymond Kim Date: Wed, 21 Aug 2024 10:29:09 -0400 Subject: [PATCH] #8764: Move cmake and ninja-build to first dependency install section to support source install --- INSTALLING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALLING.md b/INSTALLING.md index ad63d1d95999..da482572364d 100644 --- a/INSTALLING.md +++ b/INSTALLING.md @@ -30,7 +30,7 @@ Note the current compatability matrix: ```sh sudo apt update -sudo apt install software-properties-common=0.99.9.12 build-essential=12.8ubuntu1.1 python3.8-venv libhwloc-dev graphviz patchelf +sudo apt install software-properties-common=0.99.9.12 build-essential=12.8ubuntu1.1 python3.8-venv libhwloc-dev graphviz patchelf cmake=3.16.3-1ubuntu1.20.04.1 ninja-build wget https://apt.llvm.org/llvm.sh chmod u+x llvm.sh @@ -161,7 +161,7 @@ Please follow the next additional steps if you want to contribute to the codebas 1. Install dependencies ```sh -sudo apt install cmake=3.16.3-1ubuntu1.20.04.1 pandoc libtbb-dev libcapstone-dev pkg-config ninja-build +sudo apt install pandoc libtbb-dev libcapstone-dev pkg-config ``` 2. Download and install [Doxygen](https://www.doxygen.nl/download.html), (v1.9 or higher, but less than v1.10)