Note if Apple ID or admin access is needed.

This commit is contained in:
Matthias Melcher 2018-12-28 19:37:31 +01:00
parent 2c67ae07dd
commit d58255074d
1 changed files with 6 additions and 0 deletions

View File

@ -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 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. 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> <a name="bcx_prerequisites"></a>
### Prerequisites (CMake, Xcode) ### 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 but like the advantages of _CMake_ over _autoconf_. Users should be comfortable with
using `bash` or `tcsh` in a terminal window. using `bash` or `tcsh` in a terminal window.
This option requires neither administrator rights, nor an Apple ID.
<a name="bcm_prerequisites"></a> <a name="bcm_prerequisites"></a>
### Prerequisites (CMake, make) ### 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 and prefer minimal dependencies of a _Makefile_ over _CMake_. Users should be comfortable
with using `bash` or `tcsh` in a terminal window. with using `bash` or `tcsh` in a terminal window.
This option requires administrator rights, but no Apple ID.
<a name="bam_prerequisites"></a> <a name="bam_prerequisites"></a>
### Prerequisites (autoconf, make) ### Prerequisites (autoconf, make)