development/mrustc: Fix README.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-13 00:34:42 -04:00 committed by Willy Sudiarto Raharjo
parent 23179e37d3
commit 56c0899b12
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -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