From 217d4f99ebe7a17d9fc0572f4bb0eca05e364e9f Mon Sep 17 00:00:00 2001 From: Mark Beckwith Date: Fri, 23 Mar 2018 07:37:50 -0700 Subject: [PATCH] Added link to macOS in install index. Also, technically, the name of the current version of the OS is macOS, so I updated it. --- doc/INSTALL.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index f2c602b1b..2083f4206 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -4,8 +4,9 @@ 3. [Fedora](#to-build-on-fedora) 4. [FreeBSD](#to-build-on-freebsd) 5. [NixOS](#to-build-on-nixos) -6. [Android](#to-cross-compile-for-android) -7. [Additional steps](#additional-steps) +6. [macOS](#to-build-on-macos) +7. [Android](#to-cross-compile-for-android) +8. [Additional steps](#additional-steps) Library Requirements -------------------- @@ -162,7 +163,7 @@ autogen automake 'python3.withPackages (p: [p.bitcoinlib])' \ valgrind asciidoc --run make ``` -To Build on Mac +To Build on macOS --------------------- Assume you have Xcode and HomeBrew installed on your Mac.