mirror of https://github.com/fltk/fltk
Note if Apple ID or admin access is needed.
This commit is contained in:
parent
2c67ae07dd
commit
d58255074d
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue