Rust offline development environment
Matthias Ladkau 6b87ac2af9 feat: Adding Rust 1.68.2, README.md and setup script. | há 1 ano atrás | |
---|---|---|
setup | há 1 ano atrás | |
.gitignore | há 1 ano atrás | |
README.md | há 1 ano atrás |
This repository contains a Rust development environment for offline installation.
Rust Version: 1.68.2
Git clone into a directory:
~/ > git clone https://devt.de/krotik/env-rust.git
Run setup.sh:
~/env-rust/setup/ > setup.sh
Run install.sh:
~/env-rust/linux/rust-x.xx.x-x86_64-unknown-linux-gnu/ > sudo ./install.sh
The Rust commands e.g. rustc
should now be available.
Git clone into a directory:
~/env-rust/linux/rust-x.xx.x-x86_64-unknown-linux-gnu/ > sudo ./install.sh --uninstall