aboutsummaryrefslogtreecommitdiff
path: root/development/mrustc/README
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2018-04-12 01:45:29 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-04-14 07:06:30 +0700
commit02a97b089a32104354946221b4f0e9df966c55ae (patch)
treea5f15b9c0b1f70434933f01be4c66d003b114db0 /development/mrustc/README
parent7a49f5c78d15b0499dab931cd70f2bd0f8e60152 (diff)
downloadslackbuilds-02a97b089a32104354946221b4f0e9df966c55ae.tar.xz
development/mrustc: Added (Alternative rust compiler).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/mrustc/README')
-rw-r--r--development/mrustc/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/development/mrustc/README b/development/mrustc/README
new file mode 100644
index 000000000000..0a4fb047ec06
--- /dev/null
+++ b/development/mrustc/README
@@ -0,0 +1,13 @@
+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 a 10 core machine)
+and will require about 18GB (!) 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