1
1
Copyright (c) 2009-2012 Bitcoin Developers
2
- Distributed under the MIT/X11 software license, see the accompanying file
3
- license.txt or http://www.opensource.org/licenses/mit-license.php. This
4
- product includes software developed by the OpenSSL Project for use in the
5
- OpenSSL Toolkit (http://www.openssl.org/). This product includes cryptographic
6
- software written by Eric Young (
[email protected] ) and UPnP
software written by
7
- Thomas Bernard.
2
+ Distributed under the MIT/X11 software license, see the accompanying
3
+ file license.txt or http://www.opensource.org/licenses/mit-license.php.
4
+ This product includes software developed by the OpenSSL Project for use in
5
+ the OpenSSL Toolkit (http://www.openssl.org/). This product includes
6
+ cryptographic software written by Eric Young (
[email protected] ) and UPnP
7
+ software written by Thomas Bernard.
8
8
9
9
10
10
Mac OS X bitcoind build instructions
11
11
Laszlo Hanyecz <
[email protected] >
12
12
13
13
14
14
15
- See readme-qt.rst for instructions on building Bitcoin QT , the
15
+ See readme-qt.rst for instructions on building Bitcoin-Qt , the
16
16
graphical user interface.
17
17
18
18
Tested on 10.5, 10.6 and 10.7 intel. PPC is not supported because it's big-endian.
@@ -21,7 +21,7 @@ All of the commands should be executed in Terminal.app.. it's in
21
21
/Applications/Utilities
22
22
23
23
You need to install XCode with all the options checked so that the compiler and
24
- everything is available in /usr not just /Developer. XCode should be available on your OSX
24
+ everything is available in /usr not just /Developer. XCode should be available on your OS X
25
25
install DVD, but if not, you can get the current version from https://developer.apple.com/xcode/
26
26
27
27
0 commit comments