From 555852a438deec06e4fcc284a8f308272fde8ee9 Mon Sep 17 00:00:00 2001 From: librelois <elois@ifee.fr> Date: Wed, 20 May 2020 18:06:30 +0200 Subject: [PATCH] [docs] Rust is now installed automatically by npm --- doc/dev/setup_env_dev.md | 9 +-------- doc/use/manual_compilation.md | 8 ++------ 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/doc/dev/setup_env_dev.md b/doc/dev/setup_env_dev.md index d75545a6b..1b12fa82f 100644 --- a/doc/dev/setup_env_dev.md +++ b/doc/dev/setup_env_dev.md @@ -13,26 +13,19 @@ To develop on Duniter, there is currently the following requirement: - A computer with GNU/Linux or Mac as operating system - Build essential tools +- curl - git (apt-get install git) - Nvm -- Rust - Yarn And preferably an IDE that supports [Typescript] and [Rust] well. -[Rust]: https://www.rust-lang.org/ -[Typescript]: https://www.typescriptlang.org/ - ### Install Prerequisites Nvm: wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash -Rust: - - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -- -y - ## Build the project ###Â Clone de repository diff --git a/doc/use/manual_compilation.md b/doc/use/manual_compilation.md index 0f78e98c8..d2fcfe570 100644 --- a/doc/use/manual_compilation.md +++ b/doc/use/manual_compilation.md @@ -13,9 +13,9 @@ 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) - Nvm -- Rust - Yarn ### Get source code @@ -61,16 +61,12 @@ Depend on your distribution: TODO: If you know how to install build essential tools for other gnu/linux distributions or for mac, you can complete this documentation and submit a merge request. -#### Nvm and Rust +#### Nvm Nvm: wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash -Rust: - - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -- -y - ## Build the project Go to the root of the folder where you extracted the source code (or possibly cloned from git). -- GitLab