Rust offline development environment

Matthias Ladkau 6b87ac2af9 feat: Adding Rust 1.68.2, README.md and setup script. 11 months ago
setup 6b87ac2af9 feat: Adding Rust 1.68.2, README.md and setup script. 11 months ago
.gitignore 6b87ac2af9 feat: Adding Rust 1.68.2, README.md and setup script. 11 months ago
README.md 6b87ac2af9 feat: Adding Rust 1.68.2, README.md and setup script. 11 months ago

README.md

Rust Development Environment

This repository contains a Rust development environment for offline installation.

Rust Version: 1.68.2

Installation:

  1. Git clone into a directory:

    ~/ > git clone https://devt.de/krotik/env-rust.git
    
  2. Run setup.sh:

    ~/env-rust/setup/ > setup.sh
    
  3. 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.

Uninstallation:

  1. Git clone into a directory:

    ~/env-rust/linux/rust-x.xx.x-x86_64-unknown-linux-gnu/ > sudo ./install.sh --uninstall