qtumproject / qtum

Qtum Core Wallet
https://qtum.org
MIT License
1.2k stars 401 forks source link

configure: error: libgmp missing MacOs Bigsur #965

Open vuicash opened 2 years ago

vuicash commented 2 years ago

Hello I'm get error

brew install cmake automake berkeley-db4 libtool boost miniupnpc openssl pkg-config protobuf qt5 libevent imagemagick librsvg qrencode gmp

git clone --recursive https://github.com/qtumproject/qtum.git --branch=qtuminfo
 cd qtum
./autogen.sh
./configure

configure: error: libgmp missing

I'm try brew install gmp

Warning: gmp 6.2.1_1 is already installed and up-to-date. To reinstall 6.2.1_1, run: brew reinstall gmp

ryanannai commented 2 years ago

Did you get it fix?