diff options
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 |
commit | db8f72b8d7dbadb904d4c84088ea65d2c2c359c9 (patch) | |
tree | 6ac07a39b0001003a0fb2691c1c589c72a3f6908 /development/mrustc/README | |
parent | 731deb72e5e6706011071e8bbddcbcca232b2f97 (diff) | |
download | slackbuilds-db8f72b8d7dbadb904d4c84088ea65d2c2c359c9.tar.gz |
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/README | 10 |
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 |