The official installation instructions explain the recommended steps for installing on the official platforms of Ubuntu 14.04 and 12.04 and OS X 10.10, 10.9, and 10.8.
If you want to install Caffe on Ubuntu 16.04 along with Anaconda (Python 3.6 version), here is an installation guide. Install Nvidia driver and Cuda (Optional) If you want to use GPU to accelerate, follow instructions here to install Nvidia drivers, CUDA 8RC and cuDNN 5 (skip caffe installation there). NVIDIA GPU CLOUD. One of the easiest ways to install the CAFFE framework on windows!
These unofficial instructions collect tips and guides but without any guarantees. Please add any missing details and correct any mistakes.
See the official instructions.
The official windows port can be accessed from Microsoft/caffe, which is supported by Microsoft.
There is an unofficial Windows port of Caffe at niuzhiheng/caffe:windows. Thanks @niuzhiheng!
Another unofficial Windows port of Caffe at [redknightlois/caffe] (https://github.com/redknightlois/caffe). This port is based on work done by @initialneal. Binary packages to compile available at: https://initialneil.wordpress.com/2015/01/11/build-caffe-in-windows-with-visual-studio-2013-cuda-6-5-opencv-2-4-9/
Yet another unofficial Windows port can be found at willyd/caffe. Unlike the previous ports this one builds on top of the CMake build. A super-build project that downloads and builds all Caffe dependencies is also available at willyd/caffe-builder.