This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/BVLC/caffe.git | |
mkdir caffe/build | |
cd caffe/build | |
# these hacks are required | |
export LC_ALL=es_ES.UTF-8 # this locale variable is unset | |
cmake -DBUILD_matlab=ON .. # matlab is disabled by default | |
make all # this takes a while | |
make runtest # all green |