Skip to content

Commit

Permalink
Added required dependencies (risc0#675)
Browse files Browse the repository at this point in the history
* Added required dependencies

* Update README.md

* Replacing dependency pkg-conf with pkgconf
  • Loading branch information
criadoperez authored Jul 7, 2023
1 parent b2ae9a0 commit 21fd57b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@ First, [install Rust][install-rust] if you don't already have it, then install t
cargo install cargo-risczero
```

For the above commands to build successfully you will need to have installed the required dependencies. On a Ubuntu system you can install them with:

```bash
sudo apt install curl build-essential libssl-dev pkgconf
```

Then, create a new project (named `my_project` in this example):

```
Expand Down

0 comments on commit 21fd57b

Please sign in to comment.