From 412583d87b3de4c0a1c671956f74a2c63e9e6441 Mon Sep 17 00:00:00 2001 From: librelois <c@elo.tf> Date: Mon, 12 Oct 2020 01:58:08 +0200 Subject: [PATCH] [doc] manual compilation need cmake --- doc/use/manual_compilation.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/use/manual_compilation.md b/doc/use/manual_compilation.md index 14767b8e3..05ac66970 100644 --- a/doc/use/manual_compilation.md +++ b/doc/use/manual_compilation.md @@ -13,9 +13,10 @@ To compile Duniter manually, there is currently the following requirement: - A computer with GNU/Linux or Mac as operating system - Build essential tools -- curl -- tar or unzip or git (to download and extract source code) +- cmake - Rust +- tar or unzip or git (to download and extract source code) +- wget ### Get source code @@ -52,7 +53,7 @@ Depend on your distribution: ##### Debian/Ubuntu - apt-get install build-essential + apt-get install build-essential cmake ##### Fedora -- GitLab