Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Update README docs related to local build #1479

Merged
merged 3 commits into from
Jul 30, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove reference to old install script
  • Loading branch information
danforbes committed Jul 30, 2020
commit b5cc6dfffd827be94bde7d30e807d88a39981008
21 changes: 3 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,8 @@ cargo install --git https://github.com/paritytech/polkadot --tag <version> polka

### Build from Source

If you'd like to build from source, follow these instructions.

#### Quick Setup

Install all the required dependencies with a single command. (Be patient, this can take up to 30
minutes):

```bash
curl https://getsubstrate.io -sSf | bash -s -- --fast
```

#### Manual Setup

First install Rust. You may need to add Cargo's bin directory to your PATH environment variable.
Restarting your computer will do this for you automatically.
If you'd like to build from source, first install Rust. You may need to add Cargo's bin directory
to your PATH environment variable. Restarting your computer will do this for you automatically.

```bash
curl https://sh.rustup.rs -sSf | sh
Expand All @@ -58,11 +45,9 @@ rustup update
Once done, finish installing the support software:

```bash
sudo apt install build-essential git clang libclang-dev pkg-config libssl-dev
sudo apt install build-essential git clang libclang-dev pkg-config libssl-dev
```

#### Build

Build the client by cloning this repository and running the following commands from the root
directory of the repo:

Expand Down