File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
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
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
8888
8989 # Install ninja
9090 apt-get install -y ninja-build
Original file line number Diff line number Diff line change 2828COLOR=' \033[92m'
2929ENDC=' \033[0m'
3030
31+ # Установить дополниьтельные зависимости
32+ apt-get install -y libsecp256k1-dev libsodium-dev
33+
3134# Go to work dir
3235cd ${srcdir}
3336rm -rf ${srcdir} /${repo}
You can’t perform that action at this time.
0 commit comments