Skip to content

Commit

Permalink
Mention rustup, wasm-pack and cargo-watch installation command
Browse files Browse the repository at this point in the history
  • Loading branch information
JaroslavTulach committed Apr 8, 2022
1 parent 2f0363b commit 618764d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,14 @@ defined by [rust-toolchain](../rust-toolchain.toml) override file. The `rustup`
will automatically download the appropriate compiler version along with the
necessary components.

```bash
enso$ rustup toolchain install stable # Stable toolchain required for the following tools.
enso$ cargo +stable install wasm-pack --version 0.10.2 # Install the wasm-pack toolkit.
enso$ cargo +stable install cargo-watch # To enable ./run watch utility
```

The previous three steps shall be enough to build the IDE via `./run build --dev`.

### Getting Set Up (JVM)

In order to properly build the `runtime` component, the JVM running SBT needs to
Expand Down

0 comments on commit 618764d

Please sign in to comment.