aboutsummaryrefslogtreecommitdiff
path: root/development/rust/README.SLACKWARE
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2018-08-04 21:00:44 +1200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-08-11 07:23:02 +0700
commit159d8491b5e1491e53c8b35e720abab5273a055e (patch)
tree52a106ca4087ef26b45f56522de7cdf39acff193 /development/rust/README.SLACKWARE
parent51d6927a2e32276f6d3a6e6b177db266659f9235 (diff)
development/rust: Updated for version 1.28.0.
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 b4a56e392aa9e..7b9746f86ef22 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, 1.26.2
- and finally 1.27.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,
+ 1.27.2 and finally 1.28.0.
This slackbuild is currently compatible with each of those versions.
Since we are building completely from source, you only need the source
@@ -34,6 +34,7 @@ Example:
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
+ VERSION=1.28.0 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.