You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge bitcoin#569: [Docs] OSX Build - Instructions on how to make the Homebrew OpenSSL headers visible
c9b77b2 Instructions on how to make the Homebrew OpenSSL headers visible (gpdionisio)
Tree-SHA512: 5a1479a286c1cfe25332065902eab008f1b51506a9594038b28b5fc8ccd175229f35df8a1c3734f3d4ae02f5f33e97218cce5b1d5f2f7b5e28abcfba562c4cda
2. Make the Homebrew OpenSSL headers visible to the configure script (do ```brew info openssl``` to find out why this is necessary, or if you use Homebrew with installation folders different from the default).
51
+
52
+
export LDFLAGS+=-L/usr/local/opt/openssl/lib
53
+
export CPPFLAGS+=-I/usr/local/opt/openssl/include
54
+
55
+
3. Build pivxd:
51
56
52
57
./autogen.sh
53
58
./configure --with-gui=qt5
54
59
make
55
60
56
-
3. It is also a good idea to build and run the unit tests:
61
+
4. It is also a good idea to build and run the unit tests:
57
62
58
63
make check
59
64
60
-
4. (Optional) You can also install pivxd to your path:
65
+
5. (Optional) You can also install pivxd to your path:
0 commit comments