Skip to content

Commit

Permalink
Merge pull request libbitcoin#1359 from MarnixCroes/macOS
Browse files Browse the repository at this point in the history
update README: rename Macintosh to macOS
  • Loading branch information
evoskuil authored Aug 17, 2023
2 parents a1b777f + fd4774d commit ce09c75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The libbitcoin toolkit is a set of cross platform C++ libraries for building bit
The master branch is a staging area for the next major release and should be used only by libbitcoin developers. The current release branch is version3. Detailed installation instructions are provided below.

* [Debian/Ubuntu](#debianubuntu)
* [Macintosh](#macintosh)
* [MacOS](#macos)
* [Windows](#windows)

### Autotools (advanced users)
Expand Down Expand Up @@ -56,7 +56,7 @@ $ ./install.sh --prefix=/home/me/myprefix --build-boost --disable-shared

Libbitcoin is now installed in `/home/me/myprefix/`.

### Macintosh
### MacOS

The macOS installation differs from Linux in the installation of the compiler and packaged dependencies. Libbitcoin supports both [Homebrew](http://brew.sh) and [MacPorts](https://www.macports.org) package managers. Both require Apple's [Xcode](https://developer.apple.com/xcode) command line tools. Neither requires Xcode as the tools may be installed independently.

Expand Down

0 comments on commit ce09c75

Please sign in to comment.