OS X: Difference between revisions

From Bitpost wiki
No edit summary
No edit summary
Line 3: Line 3:
** be careful, new OS X versions will wreak havoc on other partitions
** be careful, new OS X versions will wreak havoc on other partitions
* bump XCode first-thing
* bump XCode first-thing
** run it to get it to install additional components
** reboot


=== Development ===
=== Development ===

Revision as of 17:26, 27 July 2016

El Capitan

  • download and install via Appstore (had to find the download later in Applications folder)
    • be careful, new OS X versions will wreak havoc on other partitions
  • bump XCode first-thing
    • run it to get it to install additional components
    • reboot

Development

  • install brew
    • had to reinstall and uninstall macports
    • brew update
    • brew install cmake
    • brew install openssl
    • brew link openssl --force