File tree Expand file tree Collapse file tree 6 files changed +3
-84
lines changed Expand file tree Collapse file tree 6 files changed +3
-84
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- packages: =boost openssl gmp
1
+ packages: =boost openssl
2
2
native_packages := native_ccache native_comparisontool
3
3
4
4
qt_native_packages = native_protobuf
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Instructions: Homebrew
38
38
39
39
#### Install dependencies using Homebrew
40
40
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
42
42
43
43
#### Installing berkeley-db4 using Homebrew
44
44
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ These dependencies are required:
33
33
------------|------------------|----------------------
34
34
libssl | SSL Support | Secure communications
35
35
libboost | Boost | C++ Library
36
- libgmp | secp256k1 | Arbitrary-precision arithmetic (version >= 3.1)
37
36
38
37
Optional dependencies:
39
38
@@ -58,7 +57,7 @@ Dependency Build Instructions: Ubuntu & Debian
58
57
----------------------------------------------
59
58
Build requirements:
60
59
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
62
61
63
62
for Ubuntu 12.04 and later or Debian 7 and later libboost-all-dev has to be installed:
64
63
You can’t perform that action at this time.
0 commit comments