diff --git a/doc/dev/setup_env_dev.md b/doc/dev/setup_env_dev.md index 002b58f1dc4ed5e86eaafadc48ae7c5b418c5900..9581cc8b1fe42a9d30e4875e2e8bcc85c8894f4d 100644 --- a/doc/dev/setup_env_dev.md +++ b/doc/dev/setup_env_dev.md @@ -23,7 +23,7 @@ cargo xtask build To develop on Duniter, there is currently the following requirement: - A computer with GNU/Linux or Mac as operating system -- Build essential tools +- Build essential tools: Amongs other: GCC C++ - wget - git (apt-get install git) - Rust @@ -48,7 +48,7 @@ echo 'export PATH="$HOME/.cargo/bin:$PATH"' >> .bashrc ### Build the project -####Â Clone the repository +#### Clone the repository ```bash git clone https://git.duniter.org/nodes/typescript/duniter diff --git a/doc/use/manual_compilation.md b/doc/use/manual_compilation.md index a0e0459683a1eab38e278f162079c177c7763cce..bfc60ca0d24af1df6522f77e008103a7c7a4e317 100644 --- a/doc/use/manual_compilation.md +++ b/doc/use/manual_compilation.md @@ -61,8 +61,11 @@ Depend on your distribution: apt-get install build-essential cmake ##### Fedora +```bash +sudo dnf install gcc-c++ +``` - yum groupinstall "Development Tools" "Development Libraries" + dnf groupinstall "Development Tools" "Development Libraries" 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.