mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-29 13:00:32 +01:00
2e4c5c3fb5
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
16 lines
547 B
Text
16 lines
547 B
Text
Rust is a systems programming language that runs blazingly fast,
|
|
prevents segfaults, and guarantees thread safety.
|
|
|
|
https://www.rust-lang.org
|
|
|
|
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.
|
|
|
|
If you already have rust and cargo installed, this slackbuild will use these to
|
|
bootstrap itself.
|
|
|
|
You can also force either behaviour through the LOCAL_BOOTSTRAP=yes|no
|
|
parameter.
|
|
|
|
LOCAL_BOOTSTRAP=no ./rust.SlackBuild
|