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 @@ -29,7 +29,7 @@ COLOR='\033[92m'
2929ENDC=' \033[0m'
3030
3131# Установить дополнительные зависимости
32- apt-get install -y libsecp256k1-dev libsodium-dev ninja-build fio rocksdb-tools
32+ apt-get install -y libsecp256k1-dev libsodium-dev ninja-build fio rocksdb-tools 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
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ if [ "$OSTYPE" == "linux-gnu" ]; then
5050 elif [ -f /etc/debian_version ]; then
5151 echo " Ubuntu/Debian Linux detected."
5252 apt-get update
53- apt-get install -y build-essential curl 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
53+ apt-get install -y build-essential curl 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
5454
5555 # Install ninja
5656 apt-get install -y ninja-build
You can’t perform that action at this time.
0 commit comments