diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2018-03-09 14:29:03 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-10 07:11:10 +0700 |
commit | 06387b26a85846d5a73bc1372517063ad26d0c17 (patch) | |
tree | 34ebfd4b1f298fa274cd70b936749ef5b7d04b52 /development/rust | |
parent | 6c1e49b07eafde35963138bcacf831eb641de0cc (diff) | |
download | slackbuilds-06387b26a85846d5a73bc1372517063ad26d0c17.tar.gz |
development/rust: Note tmp build requirements in README.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'development/rust')
-rw-r--r-- | development/rust/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/development/rust/README b/development/rust/README index 2179a55991..3ec3ae0ccf 100644 --- a/development/rust/README +++ b/development/rust/README @@ -3,6 +3,13 @@ prevents segfaults, and guarantees thread safety. Cargo - the Rust package manager - is included in this build. +This script may take a while to complete (just over an hour for x86_64, just +over 1.5 hours for x86 on a 10 core machine) and will require about 7 GB of +disk space for its temporary directory. It defaults to "/tmp/SBo" and you may +redefine it like this: + +TMP=/your/temporary/dir ./rust.SlackBuild + This will build rust from source, which requires using the "official" stage0 compiler for the version being built from rust-lang.org, which is currently the previous stable version. |