cd caffe-mastermkdir buildcd buildcmake ..make all -j8
cd caffe-master
mkdir build
cd build
cmake ..
make all -j8