From d71173142320afe79768fa2040c1a8eb4ef0d38e Mon Sep 17 00:00:00 2001 From: Tobias Reiher Date: Thu, 15 Aug 2024 16:13:03 +0200 Subject: [PATCH] Add Rust installation instructions to user's guide Ref. eng/recordflux/RecordFlux#1758 --- doc/user_guide/10-introduction.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/user_guide/10-introduction.rst b/doc/user_guide/10-introduction.rst index 6489b8ae7..70e6786cd 100644 --- a/doc/user_guide/10-introduction.rst +++ b/doc/user_guide/10-introduction.rst @@ -109,7 +109,13 @@ The following versions of GNAT are supported: - GNAT Community 2021 - FSF GNAT 11.2, 12.2, 13.2 or 14.1 -A working installation of Rust ``1.77`` or newer must be installed. +A working installation of Rust 1.77 or newer must be installed. +Rust 1.77 can be installed using `rustup `__: + +.. code:: console + + $ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -q -y --profile default --target x86_64-unknown-linux-gnu --default-toolchain 1.77 + The latest release of GNAT Pro for Rust is also supported. For compiling the generated code, one of the following versions of GNAT is required: