diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-13 00:34:42 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:39:25 +0700 |
commit | 56c0899b1227b043473bc469cc35e1abcf83ae1c (patch) | |
tree | 667f5963a2749d9a99fef58f618d0227e121041c /development/mrustc | |
parent | 23179e37d3cbab814fd01607e0dea6335ab32da6 (diff) |
development/mrustc: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/mrustc')
-rw-r--r-- | development/mrustc/README | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/development/mrustc/README b/development/mrustc/README index d26467c96d91..eff3416e6e9c 100644 --- a/development/mrustc/README +++ b/development/mrustc/README @@ -1,13 +1,14 @@ 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 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 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: +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 |