summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.macOS.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.macOS.md b/README.macOS.md
index 32efa3568..3408fd8a3 100644
--- a/README.macOS.md
+++ b/README.macOS.md
@@ -60,6 +60,8 @@ All environments will generate Unix style static libraries and macOS style app b
This option is best for users who like to develop their apps using Apple's Xcode IDE. There
is no need to ever use a command line shell in this configuration.
+This option requires an Apple ID, but no administrator rights.
+
<a name="bcx_prerequisites"></a>
### Prerequisites (CMake, Xcode)
@@ -177,6 +179,8 @@ This option is best for users who like to develop their apps without using Apple
but like the advantages of _CMake_ over _autoconf_. Users should be comfortable with
using `bash` or `tcsh` in a terminal window.
+This option requires neither administrator rights, nor an Apple ID.
+
<a name="bcm_prerequisites"></a>
### Prerequisites (CMake, make)
@@ -305,6 +309,8 @@ This option is best for users who like to develop their apps without using Apple
and prefer minimal dependencies of a _Makefile_ over _CMake_. Users should be comfortable
with using `bash` or `tcsh` in a terminal window.
+This option requires administrator rights, but no Apple ID.
+
<a name="bam_prerequisites"></a>
### Prerequisites (autoconf, make)