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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Unpack the files into a directory and run:
22
22
23
23
Unpack the files into a directory, and then run bitcoin-qt.exe.
24
24
25
-
### OS X
25
+
### macOS
26
26
27
27
Drag Bitcoin-Core to your applications folder, and then run Bitcoin-Core.
28
28
@@ -38,7 +38,7 @@ Building
38
38
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.
2. linux 32-bit and 64-bit dist tarballs (`bitcoin-${VERSION}-linux[32|64].tar.gz`)
136
136
3. windows 32-bit and 64-bit unsigned installers and dist zips (`bitcoin-${VERSION}-win[32|64]-setup-unsigned.exe`, `bitcoin-${VERSION}-win[32|64].zip`)
137
-
4.OS X unsigned installer and dist tarball (`bitcoin-${VERSION}-osx-unsigned.dmg`, `bitcoin-${VERSION}-osx64.tar.gz`)
137
+
4.macOS unsigned installer and dist tarball (`bitcoin-${VERSION}-osx-unsigned.dmg`, `bitcoin-${VERSION}-osx64.tar.gz`)
138
138
5. Gitian signatures (in `gitian.sigs/${VERSION}-<linux|{win,osx}-unsigned>/(your Gitian key)/`)
139
139
140
140
### Verify other gitian builders signatures to your own. (Optional)
@@ -161,13 +161,13 @@ Commit your signature to gitian.sigs:
161
161
git push # Assuming you can push to the gitian.sigs tree
162
162
popd
163
163
164
-
Codesigner only: Create Windows/OS X detached signatures:
Non-codesigners: wait for Windows/OS X detached signatures:
195
+
Non-codesigners: wait for Windows/macOS detached signatures:
196
196
197
-
- Once the Windows/OS X builds each have 3 matching signatures, they will be signed with their respective release keys.
197
+
- Once the Windows/macOS builds each have 3 matching signatures, they will be signed with their respective release keys.
198
198
- Detached signatures will then be committed to the [bitcoin-detached-sigs](https://github.com/bitcoin-core/bitcoin-detached-sigs) repository, which can be combined with the unsigned apps to create signed binaries.
199
199
200
-
Create (and optionally verify) the signed OS X binary:
200
+
Create (and optionally verify) the signed macOS binary:
0 commit comments