Skip to content

Commit

Permalink
chore: add libsnappy-dev to wf and reads
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Nov 14, 2023
1 parent 9b5de8b commit 02a9c36
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v2

- name: Install rocksdb
run: sudo apt-get install librocksdb-dev
run: sudo apt-get install librocksdb-dev libsnappy-dev

- name: Run all make stuff
run: make all
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ All the commands needed to do the following can be done with make:
5. Fund that keystore

> Dependencies:
> docker / docker-compose
> rocksdb -> `brew install rocksdb` (macOS) or `sudo apt-get install librocksdb-dev` (Ubuntu)
>
> 1. docker / docker-compose
>
> 2. rocksdb
> - `brew install rocksdb` (macOS)
> - `sudo apt-get install librocksdb-dev libsnappy-dev` (Ubuntu)
One click:

Expand Down

0 comments on commit 02a9c36

Please sign in to comment.