Skip to content

Commit

Permalink
Add missing dep (use-ink#542)
Browse files Browse the repository at this point in the history
* Add missing dep

openssl is required to build cargo-dylint

* Fixed order

* Add --locked

* Cosmetic
  • Loading branch information
chevdor authored May 13, 2022
1 parent 3966ac8 commit b673c39
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,11 @@ More relevant links:
There's only an old version in your distributions package manager? Just use a
[binary release](https://github.com/WebAssembly/binaryen/releases).

* Step 3: `cargo install cargo-dylint dylint-link`.
* Step 3: Install `dylint`
* (MacOS) `brew install openssl`
* `cargo install cargo-dylint dylint-link`.

* Step 4: `cargo install --force cargo-contract`.
* Step 4: `cargo install --force --locked cargo-contract`.

You can always update the `cargo-contract` binary to the latest version by running the Step 4.

Expand Down

0 comments on commit b673c39

Please sign in to comment.