summaryrefslogtreecommitdiffstats
path: root/development/rust/README.SLACKWARE
diff options
context:
space:
mode:
author Andrew Clemons2018-07-24 22:47:48 +0200
committer Willy Sudiarto Raharjo2018-08-04 03:40:00 +0200
commit085da83358dc2bc5a8b88b17357d8c60f0c08c8a (patch)
treeb7d4f90fc222389c211a9cb69e4e8f37f1bfca82 /development/rust/README.SLACKWARE
parent1e9b753dd057deffcbe6600c1cc74ec2b285495d (diff)
downloadslackbuilds-085da83358dc2bc5a8b88b17357d8c60f0c08c8a.tar.gz
development/rust: Updated for version 1.27.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'development/rust/README.SLACKWARE')
-rw-r--r--development/rust/README.SLACKWARE5
1 files changed, 3 insertions, 2 deletions
diff --git a/development/rust/README.SLACKWARE b/development/rust/README.SLACKWARE
index 86a0449d92..b4a56e392a 100644
--- a/development/rust/README.SLACKWARE
+++ b/development/rust/README.SLACKWARE
@@ -16,8 +16,8 @@ Here is a rough guide to bootstrap rust completely from source:
* Build and install mrustc (from slackbuilds.org). You now have a fully
functional rust 1.19.0.
-* Now build for rust 1.20.0, 1.21.0, 1.22.1, 1.23.0, 1.24.1, 1.25.0, and finally
- 1.26.2.
+* Now build for rust 1.20.0, 1.21.0, 1.22.1, 1.23.0, 1.24.1, 1.25.0, 1.26.2
+ and finally 1.27.2.
This slackbuild is currently compatible with each of those versions.
Since we are building completely from source, you only need the source
@@ -33,6 +33,7 @@ Example:
VERSION=1.24.1 FULL_BOOTSTRAP=no LOCAL_BOOTSTRAP=yes ./rust.SlackBuild
VERSION=1.25.0 FULL_BOOTSTRAP=no LOCAL_BOOTSTRAP=yes ./rust.SlackBuild
VERSION=1.26.2 FULL_BOOTSTRAP=no LOCAL_BOOTSTRAP=yes ./rust.SlackBuild
+ VERSION=1.27.2 FULL_BOOTSTRAP=no LOCAL_BOOTSTRAP=yes ./rust.SlackBuild
You might prefer to do a full bootstrap for 1.20.0, which is what mrustc's own
bootstrap script suggests. The versions after that do not need a full bootstrap.