summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Melcher <git@matthiasm.com>2018-12-28 19:37:31 +0100
committerMatthias Melcher <git@matthiasm.com>2018-12-28 19:37:31 +0100
commitd58255074db6b11a0cd44693923e089e75d59038 (patch)
tree62e4a40426469cbcf1cb466825ac96f4429054c3
parent2c67ae07dda580f1bc011cd6a6849f7dfe99cb14 (diff)
Note if Apple ID or admin access is needed.
-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)