Skip to content

Commit

Permalink
remove libreadline, gsl and blas dependencies in linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
neodix42 committed Dec 13, 2023
1 parent 2705b19 commit 0541c42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assembly/native/build-ubuntu-20.04-portable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ while getopts 'ta' flag; do
done

apt-get update
apt remove -y libsecp256k1-dev libmicrohttpd-dev libsodium-dev libgsl-dev libblas-dev
apt remove -y libsecp256k1-dev libmicrohttpd-dev libsodium-dev libgsl-dev libblas-dev libreadline-dev
apt-get install -y build-essential git cmake ninja-build automake libtool texinfo autoconf

if [ ! -d "build" ]; then
Expand Down
2 changes: 1 addition & 1 deletion assembly/native/build-ubuntu-20.04-shared.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ while getopts 'ta' flag; do
done

apt-get update
apt-get install -y build-essential git openssl cmake ninja-build zlib1g-dev libssl-dev libsecp256k1-dev libmicrohttpd-dev libsodium-dev libgsl-dev libblas-dev
apt-get install -y build-essential git openssl cmake ninja-build zlib1g-dev libssl-dev libsecp256k1-dev libmicrohttpd-dev libsodium-dev

if [ ! -d "build" ]; then
mkdir build
Expand Down

0 comments on commit 0541c42

Please sign in to comment.