OS X: Difference between revisions

From Bitpost wiki
(Created page with "=== El Capitan === * be careful, new OS X versions will wreak havoc on other partitions * bump XCode first-thing === Development === * install brew ** had to reinstall and un...")
 
No edit summary
Line 1: Line 1:
=== El Capitan ===
=== El Capitan ===
* be careful, new OS X versions will wreak havoc on other partitions
* 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
* bump XCode first-thing



Revision as of 16:59, 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

Development

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