summaryrefslogtreecommitdiffstats
path: root/development/mrustc/README
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2020-11-07 17:27:18 +1300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-11-14 17:16:38 +0700
commitdb8f72b8d7dbadb904d4c84088ea65d2c2c359c9 (patch)
tree6ac07a39b0001003a0fb2691c1c589c72a3f6908 /development/mrustc/README
parent731deb72e5e6706011071e8bbddcbcca232b2f97 (diff)
downloadslackbuilds-db8f72b8d7dbadb904d4c84088ea65d2c2c359c9.tar.gz
slackbuilds-db8f72b8d7dbadb904d4c84088ea65d2c2c359c9.tar.xz
development/mrustc: Updated for version 0.9.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/mrustc/README')
-rw-r--r--development/mrustc/README10
1 files changed, 0 insertions, 10 deletions
diff --git a/development/mrustc/README b/development/mrustc/README
index eff3416e6e..d539994b67 100644
--- a/development/mrustc/README
+++ b/development/mrustc/README
@@ -2,13 +2,3 @@ mrustc - alternative rust compiler
This project is an attempt at creating a simple rust compiler in C++,
with the ultimate goal of being a separate re-implementation.
-
-This slackbuild will build and package mrustc and additionally build
-the official rust 1.19.0 with stdlib.
-
-This script may take a while to complete (around one hour on a 10
-core machine) and will require about 19GB (!) of disk space for its
-temporary directory. It defaults to "/tmp/SBo" and you may redefine it
-like this:
-
-TMP=/your/temporary/dir ./mrustc.SlackBuild