|
|
|
**Pre-requisites:**
|
|
|
|
* Xcode suite (free)
|
|
|
|
* SDK bundle for target minimum version
|
|
|
|
* Fortran compiler (not part of Xcode, but installable as part of ShellB3 using 'install_macgfortran' before building a trim)
|
|
|
|
|
|
|
|
**Relevant Environment Variables:**
|
|
|
|
* *MACOSX_DEPLOYMENT_TARGET* - target Mac OS version. Default 10.9. used to determine minimal runtime version at compile time, and SDK to link to. This can be any earlier version if you have the appropriate SDK bundle.
|
|
|
|
* *PORTABLESHELLB3* - require any external libraries be part of the target SDK. Default "YES"
|
|
|
|
* *CPUTYPE* - target different platform. defaults to undefined, meaning native (x86_64). can be x86_64 or i386 |