wangkirin / custom-toolchain

This repository will be used to create a custom rust toolchain including third party softwares

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

custom-toolchain

This repository will be used to create a custom rust toolchain including third party softwares

Prerequisite

  1. (On Windows) git-bash

  2. curl

  3. rustup

Getting Start

  1. (optional) Set dist environment variables:

    If wanting to dist for nightly or other toolchains:

    export TOOLCHAIN='nightly'

    Specify dist server for extra tools:

    export DIST_SERVER='https://example.com'
  2. Run setup.bash with git bash in project directory.

  3. TBD

About

This repository will be used to create a custom rust toolchain including third party softwares


Languages

Language:Shell 100.0%