rust/src/etc/installer
Mazdak Farrokhzad 395ec06b6a
Rollup merge of #64617 - alexcrichton:smaller-msi, r=Mark-Simulacrum
rustbuild: Turn down compression on msi installers

This is the same as #64615 except applied to our MSI installers. The
same fix is applied effectively bringing these installers in line with
the gz tarball installers, which are about 3x faster to produce locally
and likely much faster to produce on CI.
2019-09-21 21:24:13 +02:00
..
exe rustbuild: Turn down compression on exe installers 2019-09-19 09:24:42 -07:00
gfx rustbuild: Start building --enable-extended 2017-01-24 14:48:03 -08:00
msi rustbuild: Turn down compression on msi installers 2019-09-19 10:13:15 -07:00
pkg rustbuild: Allow setting rls/rustfmt to "broken" 2017-10-16 09:06:51 -07:00
README.md rustbuild: Start building --enable-extended 2017-01-24 14:48:03 -08:00

The Rust Programming Language

This is a compiler for Rust, including standard libraries, tools and documentation. Rust is a systems programming language that is fast, memory safe and multithreaded, but does not employ a garbage collector or otherwise impose significant runtime overhead.

To install to /usr/local (the default), run the included install.sh script:

$ sudo ./install.sh

To uninstall:

$ sudo /usr/local/lib/rustlib/uninstall.sh

install.sh has a few options, including the possibility to set an installation prefix. You can display these options by running:

$ sudo ./install.sh --help

Read The Book to learn how to use Rust.

Rust is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.

See LICENSE-APACHE, LICENSE-MIT, and COPYRIGHT for details.