summaryrefslogtreecommitdiff
path: root/development/rust/README
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2018-09-07 08:15:58 +1200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-09-08 08:37:55 +0700
commitc7f55b95135d9068bf80a697e63ac473de506928 (patch)
tree8b498bdc6e6dc51327bc01bcd4c81258d5cd7ce4 /development/rust/README
parent4bcf6054324355313ce85d017bafa4d16c2ebac0 (diff)
downloadslackbuilds-c7f55b95135d9068bf80a697e63ac473de506928.tar.gz
development/rust: Removed (included in 14.2 patches).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'development/rust/README')
-rw-r--r--development/rust/README25
1 files changed, 0 insertions, 25 deletions
diff --git a/development/rust/README b/development/rust/README
deleted file mode 100644
index d26005703e..0000000000
--- a/development/rust/README
+++ /dev/null
@@ -1,25 +0,0 @@
-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 script may take a while to complete (just over an hour for x86_64, around
-1 hour 45 minutes for x86 - both on a 10 core machine) and will require about
-6.6GB (x86_64) / 7.1GB (x86) of disk space for its temporary directory. It
-defaults to "/tmp/SBo" and you may redefine it like this:
-
-TMP=/your/temporary/dir ./rust.SlackBuild
-
-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 installed, this slackbuild will use it to bootstrap
-itself.
-
-You can also force either behaviour through the LOCAL_BOOTSTRAP=yes|no
-parameter.
-
- LOCAL_BOOTSTRAP=no ./rust.SlackBuild
-
-For alternative options for bootstrapping, see README.SLACKWARE