Browse Source

Remove libgmp-dev dependency

After merge of #1098 libsecp256k1 no longer uses
libgmp at all, so we have no need to include it
in our dependency list.
master
Adam Gibson 4 years ago
parent
commit
c59dcd3ca5
No known key found for this signature in database
GPG Key ID: 141001A1AF77F20B
  1. 1
      install.sh

1
install.sh

@ -46,7 +46,6 @@ deps_install ()
'automake' \ 'automake' \
'pkg-config' \ 'pkg-config' \
'libtool' \ 'libtool' \
'libgmp-dev' \
'python3-dev' \ 'python3-dev' \
'virtualenv' \ 'virtualenv' \
'python3-pip' ) 'python3-pip' )

Loading…
Cancel
Save