Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Installation (OSX)

Evan Shelhamer edited this page Feb 12, 2014 · 7 revisions

See the "OS X Installation" section of the online installation guide.

  • 10.7: works
  • 10.8: works
  • 10.9: works with strenuous building and linking, at least until the next CUDA release (due to libstc++ linking).

10.7.5 notes by Sergio. Caffe works with OS X 10.7.5 and an NVIDIA GT 650 following these steps using Homebrew:

  • Install the latest XCode command line tools (for Lion is April 2013)
  • brew install glog
  • brew tap homebrew/science
  • brew install homebrew/science/opencv
  • Install MKL 2013 update 5 (The latest 2013 SP1 requires OS 1.8)
  • Install CUDA toolkit 5.5
  • Update Makefile to point to the right locations
  • Once is compiled still need to set DYLD_LIBRARY_PATH for the MKL and CUDA dynamic libraries
  • Run all the tests
Clone this wiki locally