Skip to content

Commit

Permalink
add liblz4-dev dependency (#856)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-Ostrovsky authored Nov 21, 2024
1 parent 3ebd640 commit 26308fb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ git clone --recurse-submodules https://github.com/ton-blockchain/ton.git
- `cmake` version 3.0.2 or later
- `g++` or `clang` (or another C++14-compatible compiler as appropriate for your operating system).
- OpenSSL (including C header files) version 1.1.1 or later
- `build-essential`, `zlib1g-dev`, `gperf`, `libreadline-dev`, `ccache`, `libmicrohttpd-dev`, `pkg-config`, `libsodium-dev`, `libsecp256k1-dev`
- `build-essential`, `zlib1g-dev`, `gperf`, `libreadline-dev`, `ccache`, `libmicrohttpd-dev`, `pkg-config`, `libsodium-dev`, `libsecp256k1-dev`, `liblz4-dev`

### On Ubuntu

```bash
apt update
sudo apt install build-essential cmake clang openssl libssl-dev zlib1g-dev gperf libreadline-dev ccache libmicrohttpd-dev pkg-config libsodium-dev libsecp256k1-dev
sudo apt install build-essential cmake clang openssl libssl-dev zlib1g-dev gperf libreadline-dev ccache libmicrohttpd-dev pkg-config libsodium-dev libsecp256k1-dev liblz4-dev
```


Expand Down

0 comments on commit 26308fb

Please sign in to comment.