File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ if [ "$OSTYPE" == "linux-gnu" ]; then
8484 elif [ -f /etc/debian_version ]; then
8585 echo " Ubuntu/Debian Linux detected."
8686 apt-get update
87- apt-get install -y build-essential git cmake clang libgflags-dev zlib1g-dev libssl-dev libreadline-dev libmicrohttpd-dev pkg-config libgsl-dev python3 python3-dev python3-pip libsecp256k1-dev libsodium-dev
87+ apt-get install -y build-essential git cmake clang libgflags-dev zlib1g-dev libssl-dev libreadline-dev libmicrohttpd-dev pkg-config libgsl-dev python3 python3-dev python3-pip libsecp256k1-dev libsodium-dev liblz4-dev
8888
8989 # Install ninja
9090 apt-get install -y ninja-build
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ COLOR='\033[92m'
2929ENDC=' \033[0m'
3030
3131# Установить дополнительные зависимости
32- apt-get install -y libsecp256k1-dev libsodium-dev ninja-build
32+ apt-get install -y libsecp256k1-dev libsodium-dev ninja-build liblz4-dev
3333
3434# bugfix if the files are in the wrong place
3535wget " https://ton-blockchain.github.io/global.config.json" -O global.config.json
You can’t perform that action at this time.
0 commit comments