mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-27 07:55:39 +01:00
Rename “OS X” to the newer “macOS” convention
This commit is contained in:
@@ -4,7 +4,7 @@ The current precise version for Qt 5 is specified in [qt.mk](/depends/packages/q
|
||||
|
||||
## Compile and run
|
||||
|
||||
See build instructions ([OSX](/doc/build-osx.md), [Windows](/doc/build-windows.md), [Unix](/doc/build-unix.md), etc).
|
||||
See build instructions ([macOS](/doc/build-osx.md), [Windows](/doc/build-windows.md), [Unix](/doc/build-unix.md), etc).
|
||||
|
||||
To run:
|
||||
|
||||
@@ -65,7 +65,7 @@ Represents the view to a single wallet.
|
||||
* `guiconstants.h`: UI colors, app name, etc
|
||||
* `guiutil.h`: several helper functions
|
||||
* `macdockiconhandler.(h/cpp)`
|
||||
* `macdockiconhandler.(h/cpp)`: display notifications in OSX
|
||||
* `macdockiconhandler.(h/cpp)`: display notifications in macOS
|
||||
|
||||
## Contribute
|
||||
|
||||
@@ -81,9 +81,9 @@ the UI layout.
|
||||
Download and install the community edition of [Qt Creator](https://www.qt.io/download/).
|
||||
Uncheck everything except Qt Creator during the installation process.
|
||||
|
||||
Instructions for OSX:
|
||||
Instructions for macOS:
|
||||
|
||||
1. Make sure you installed everything through Homebrew mentioned in the [OSX build instructions](/doc/build-osx.md)
|
||||
1. Make sure you installed everything through Homebrew mentioned in the [macOS build instructions](/doc/build-osx.md)
|
||||
2. Use `./configure` with the `--enable-debug` flag
|
||||
3. In Qt Creator do "New Project" -> Import Project -> Import Existing Project
|
||||
4. Enter "bitcoin-qt" as project name, enter src/qt as location
|
||||
|
||||
Reference in New Issue
Block a user