diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2018-03-30 13:38:44 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-31 07:41:43 +0700 |
commit | 7a6bb7853a2636274ca77853eff1eee69c9bbc68 (patch) | |
tree | 424925774cd1f00935ba20af7171ed55a09fb8e7 /development/rust/README | |
parent | 816a6642a6fcc0c3465796649f3a7a0e7f973c93 (diff) | |
download | slackbuilds-7a6bb7853a2636274ca77853eff1eee69c9bbc68.tar.gz |
development/rust: Updated for version 1.25.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'development/rust/README')
-rw-r--r-- | development/rust/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/development/rust/README b/development/rust/README index 3ec3ae0ccf..fdebb5dac5 100644 --- a/development/rust/README +++ b/development/rust/README @@ -3,10 +3,10 @@ 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: +This script may take a while to complete (just over an hour for x86_64, around +1 hour 45 minutes for x86 - both on a 10 core machine) and will require about +6.6GB (x86_64) / 7.1GB (x86) 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 |