Skip to content

Commit bc23c05

Browse files
committed
add new dependencies
add new dependencies `libsecp256k1-dev`, `libsodium-dev` for new opcodes
1 parent 8e306ca commit bc23c05

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

scripts/toninstaller.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

scripts/upgrade.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ done
2828
COLOR='\033[92m'
2929
ENDC='\033[0m'
3030

31+
# Установить дополниьтельные зависимости
32+
apt-get install -y libsecp256k1-dev libsodium-dev
33+
3134
# Go to work dir
3235
cd ${srcdir}
3336
rm -rf ${srcdir}/${repo}

0 commit comments

Comments
 (0)