Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update instructions on how to build Juno
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Apra <[email protected]>
derrix060 authored Oct 21, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 0ab532f commit c6d26fc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -49,20 +49,21 @@
the official Golang [download](https://go.dev/doc/install) page.
- [Rust](https://www.rust-lang.org/tools/install) 1.80.1 or higher.
- A C compiler: `gcc` or `clang`.
- Install `jemalloc` and `pkg-config` on your system:
- Install some dependencies on your system:

- macOS

```bash
brew install jemalloc
brew install pkg-config
make install-deps
```

- Ubuntu

```bash
sudo apt-get install -y libjemalloc-dev
sudo apt-get install -y pkg-config
sudo apt-get install -y libjemalloc-dev libjemalloc2 pkg-config libbz2-dev
make install-deps
```

- To ensure a successful build, you either need to synchronize the tags from the upstream repository or create a new tag.

0 comments on commit c6d26fc

Please sign in to comment.