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
Copy file name to clipboardExpand all lines: doc/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Setup
7
7
8
8
Running
9
9
---------------------
10
-
The following are some helpful notes on how to run Bitcoin on your native platform.
10
+
The following are some helpful notes on how to run Bitcoin on your native platform.
11
11
12
12
### Unix
13
13
@@ -26,7 +26,7 @@ Unpack the files into a directory and run:
26
26
27
27
Unpack the files into a directory, and then run bitcoin-qt.exe.
28
28
29
-
### OSX
29
+
### OS X
30
30
31
31
Drag Bitcoin-Qt to your applications folder, and then run Bitcoin-Qt.
32
32
@@ -41,7 +41,7 @@ Building
41
41
---------------------
42
42
The following are developer notes on how to build Bitcoin on your native platform. They are not complete guides, but include notes on the necessary libraries, compile flags, etc.
Copy file name to clipboardExpand all lines: doc/build-openbsd.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Do not use `pkg_add boost`! The boost version installed thus is compiled using t
38
38
39
39
test_bitcoin:/usr/lib/libstdc++.so.57.0: /usr/local/lib/libestdc++.so.17.0 : WARNING: symbol(_ZN11__gnu_debug17_S_debug_me ssagesE) size mismatch, relink your program
40
40
...
41
-
Segmentation fault (core dumped)
41
+
Segmentation fault (core dumped)
42
42
43
43
This makes it necessary to build boost, or at least the parts used by Bitcoin Core, manually:
44
44
@@ -57,7 +57,7 @@ tar -xjf boost_1_59_0.tar.bz2
57
57
# Boost 1.59 needs two small patches for OpenBSD
58
58
cd boost_1_59_0
59
59
# Also here: https://gist.githubusercontent.com/laanwj/bf359281dc319b8ff2e1/raw/92250de8404b97bb99d72ab898f4a8cb35ae1ea3/patch-boost_test_impl_execution_monitor_ipp.patch
Copy file name to clipboardExpand all lines: doc/build-osx.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
Mac OS X Build Instructions and Notes
2
2
====================================
3
-
This guide will show you how to build bitcoind (headless client) for OSX.
3
+
This guide will show you how to build bitcoind (headless client) for OS X.
4
4
5
5
Notes
6
6
-----
@@ -13,8 +13,8 @@ built-in one is located in `/Applications/Utilities`.
13
13
Preparation
14
14
-----------
15
15
16
-
You need to install XCode with all the options checked so that the compiler
17
-
and everything is available in /usr not just /Developer. XCode should be
16
+
You need to install Xcode with all the options checked so that the compiler
17
+
and everything is available in /usr not just /Developer. Xcode should be
18
18
available on your OS X installation media, but if not, you can get the
19
19
current version from https://developer.apple.com/xcode/. If you install
20
20
Xcode 4.3 or later, you'll need to install its command line tools. This can
@@ -38,7 +38,7 @@ NOTE: Building with Qt4 is still supported, however, could result in a broken UI
38
38
39
39
### Building `bitcoind`
40
40
41
-
1. Clone the github tree to get the source code and go into the directory.
41
+
1. Clone the GitHub tree to get the source code and go into the directory.
42
42
43
43
git clone https://github.com/bitcoin/bitcoin.git
44
44
cd bitcoin
@@ -62,7 +62,7 @@ Use Qt Creator as IDE
62
62
You can use Qt Creator as IDE, for debugging and for manipulating forms, etc.
63
63
Download Qt Creator from http://www.qt.io/download/. Download the "community edition" and only install Qt Creator (uncheck the rest during the installation process).
64
64
65
-
1. Make sure you installed everything through homebrew mentioned above
65
+
1. Make sure you installed everything through Homebrew mentioned above
66
66
2. Do a proper ./configure --with-gui=qt5 --enable-debug
67
67
3. In Qt Creator do "New Project" -> Import Project -> Import Existing Project
68
68
4. Enter "bitcoin-qt" as project name, enter src/qt as location
0 commit comments