From 9a90095613cb3ac25bb2a9805c32d6263991acaa Mon Sep 17 00:00:00 2001 From: Richard Zhang <25049221+RichardZHLH@users.noreply.github.com> Date: Wed, 21 Aug 2024 11:55:08 +0800 Subject: [PATCH] Update README.md add dependencies --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 62e9068..a7bf1bb 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ If you don't want to rely on pre-compiled binaries and prefer to compile the bin ``` sudo apt update sudo apt install git make cmake g++ libssl-dev zlib1g-dev wget +sudo apt install pkg-config liblz4-1 liblz4-dev libsecp256k1-0 libsecp256k1-dev libsodium23 libsodium-dev cd ~ && git clone https://github.com/ton-blockchain/ton.git cd ~/ton && git submodule update --init mkdir ~/ton/build && cd ~/ton/build && cmake .. -DCMAKE_BUILD_TYPE=Release && make -j 4