aboutsummaryrefslogtreecommitdiff
path: root/development/rust/README.SLACKWARE
diff options
context:
space:
mode:
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 2e925a7d465af..86a0449d9263c 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, and finally
- 1.25.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.
This slackbuild is currently compatible with each of those versions.
Since we are building completely from source, you only need the source
@@ -32,6 +32,7 @@ Example:
VERSION=1.23.0 FULL_BOOTSTRAP=no LOCAL_BOOTSTRAP=yes ./rust.SlackBuild
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
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.