summaryrefslogtreecommitdiffstats
path: root/development/rust/README
blob: 8bb185246733a96c3952405ec0733c894b7a6abf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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. Currently, "official"
means 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