|
|
@ -60,7 +60,7 @@ 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. |
|
|
|
This option requires an Apple ID and administrator rights. |
|
|
|
|
|
|
|
|
|
|
|
<a name="bcx_prerequisites"></a> |
|
|
|
<a name="bcx_prerequisites"></a> |
|
|
|
### Prerequisites (CMake, Xcode) |
|
|
|
### Prerequisites (CMake, Xcode) |
|
|
@ -77,7 +77,7 @@ the Finder window opens, drag the _CMake_ icon into the Applications folder. |
|
|
|
|
|
|
|
|
|
|
|
_Xcode_ can be downloaded via the |
|
|
|
_Xcode_ can be downloaded via the |
|
|
|
[App Store](https://itunes.apple.com/de/app/xcode/id497799835?l=en&mt=12). You will |
|
|
|
[App Store](https://itunes.apple.com/de/app/xcode/id497799835?l=en&mt=12). You will |
|
|
|
need an Apple ID for this. Installing _Xcode_ may take well over an hour. |
|
|
|
need an Apple ID and administrator right for this. Installing _Xcode_ will take well over an hour. |
|
|
|
|
|
|
|
|
|
|
|
<a name="bcx_download"></a> |
|
|
|
<a name="bcx_download"></a> |
|
|
|
### Downloading and Unpacking (CMake, Xcode) |
|
|
|
### Downloading and Unpacking (CMake, Xcode) |
|
|
@ -87,6 +87,12 @@ You will need to clone the repository to check out the source code onto your mac |
|
|
|
has the great benefit that the source code can be updated later simply by telling _git_ to |
|
|
|
has the great benefit that the source code can be updated later simply by telling _git_ to |
|
|
|
_pull_ the newest release. |
|
|
|
_pull_ the newest release. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If you want to use _Xcode_ to clone the FLTK GitHub repository, you will have to set up a |
|
|
|
|
|
|
|
GitHub Account in the _Xcode_ preferences. If you don't have a GitHub account, or don't |
|
|
|
|
|
|
|
want to create one for _Xcode_, you can use still the command line |
|
|
|
|
|
|
|
`git clone https://github.com/fltk/fltk.git fltk-1.4.git` to ceck out the repo. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Start _Xcode_. Select `Source Control >> Clone...` in the main menu. |
|
|
|
Start _Xcode_. Select `Source Control >> Clone...` in the main menu. |
|
|
|
|
|
|
|
|
|
|
|
A dialog box will open with a search field and a list of repositories. Enter `fltk/fltk` in |
|
|
|
A dialog box will open with a search field and a list of repositories. Enter `fltk/fltk` in |
|
|
|