diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2017-08-24 02:37:32 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-26 07:19:45 +0700 |
commit | 47385539a4e2219869250ae96a41d878e9996c37 (patch) | |
tree | 57f39485cebb5ea60435feaf446fbebb9f441e80 /development/rust/README | |
parent | de538f9d178e984339b9fe11352335be5c5fb831 (diff) |
development/rust: Updated for version 1.19.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/rust/README')
-rw-r--r-- | development/rust/README | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/development/rust/README b/development/rust/README index 648e223114862..2179a559910a6 100644 --- a/development/rust/README +++ b/development/rust/README @@ -1,12 +1,14 @@ Rust is a systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety. +Cargo - the Rust package manager - is included in this build. + This will build rust from source, which requires using the "official" stage0 compiler for the version being built from rust-lang.org, which is currently the previous stable version. -If you already have rust and cargo installed, this slackbuild will use these to -bootstrap itself. +If you already have rust installed, this slackbuild will use it to bootstrap +itself. You can also force either behaviour through the LOCAL_BOOTSTRAP=yes|no parameter. |