Skip to content

Commit ffe3291

Browse files
committed
Remove gmp dependency and doc mentions
1 parent 9ddc8c6 commit ffe3291

File tree

6 files changed

+3
-84
lines changed

6 files changed

+3
-84
lines changed

depends/packages/gmp.mk

Lines changed: 0 additions & 30 deletions
This file was deleted.

depends/packages/packages.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
packages:=boost openssl gmp
1+
packages:=boost openssl
22
native_packages := native_ccache native_comparisontool
33

44
qt_native_packages = native_protobuf

depends/patches/gmp/arm_gmp_build_fix.patch

Lines changed: 0 additions & 21 deletions
This file was deleted.

depends/patches/gmp/darwin_gmp_build_fix.patch

Lines changed: 0 additions & 29 deletions
This file was deleted.

doc/build-osx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Instructions: Homebrew
3838

3939
#### Install dependencies using Homebrew
4040

41-
brew install autoconf automake libtool boost miniupnpc openssl pkg-config protobuf qt gmp
41+
brew install autoconf automake libtool boost miniupnpc openssl pkg-config protobuf qt
4242

4343
#### Installing berkeley-db4 using Homebrew
4444

doc/build-unix.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ These dependencies are required:
3333
------------|------------------|----------------------
3434
libssl | SSL Support | Secure communications
3535
libboost | Boost | C++ Library
36-
libgmp | secp256k1 | Arbitrary-precision arithmetic (version >= 3.1)
3736

3837
Optional dependencies:
3938

@@ -58,7 +57,7 @@ Dependency Build Instructions: Ubuntu & Debian
5857
----------------------------------------------
5958
Build requirements:
6059

61-
sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev libgmp-dev
60+
sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev
6261

6362
for Ubuntu 12.04 and later or Debian 7 and later libboost-all-dev has to be installed:
6463

0 commit comments

Comments
 (0)