@@ -5,7 +5,7 @@ title: Installation
55# Installation
66
77Prior to installing, it is best to read through this guide and take note of the details for your platform.
8- We have installed Caffe on Ubuntu 14.04, Ubuntu 12.04, OS X 10.9, and OS X 10.8.
8+ We have installed Caffe on Ubuntu 14.04, Ubuntu 12.04, OS X 10.10, 10. 9, and 10.8.
99
1010- [ Prerequisites] ( #prerequisites )
1111- [ Compilation] ( #compilation )
@@ -156,9 +156,9 @@ Building boost from source is needed to link against your local Python (exceptio
156156** Note** that the HDF5 dependency is provided by Anaconda Python in this case.
157157If you're not using Anaconda, include ` hdf5 ` in the list above.
158158
159- #### 10.9-specific Instructions
159+ #### 10.10- and 10. 9-specific Instructions
160160
161- In OS X 10.9, clang++ is the default C++ compiler and uses ` libc++ ` as the standard library.
161+ In OS X 10.9+ , clang++ is the default C++ compiler and uses ` libc++ ` as the standard library.
162162However, NVIDIA CUDA (even version 6.0) currently links only with ` libstdc++ ` .
163163This makes it necessary to change the compilation settings for each of the dependencies.
164164
@@ -226,19 +226,19 @@ Then, whenever you want to update homebrew, switch back to the master branches,
226226 git checkout master
227227 cd /usr/local/Library/Taps/homebrew/homebrew-science
228228 git checkout master
229-
229+
230230 # Update homebrew; hopefully this works without errors!
231231 brew update
232-
232+
233233 # Switch back to the caffe branches with the forumlae that you modified earlier
234234 cd /usr/local
235235 git rebase master caffe
236236 # Fix any merge conflicts and commit to caffe branch
237237 cd /usr/local/Library/Taps/homebrew/homebrew-science
238238 git rebase master caffe
239239 # Fix any merge conflicts and commit to caffe branch
240-
241- # Done!
240+
241+ # Done!
242242
243243At this point, you should be running the latest Homebrew packages and your Caffe-related modifications will remain in place.
244244
0 commit comments