Merge pull request #9684 from RaymondKirk:patch-1

Fix 'directory does not exist' in windows tutorial
This commit is contained in:
Alexander Alekhin 2017-09-21 15:57:44 +00:00 committed by GitHub
commit 242cf538b4

View File

@ -50,6 +50,7 @@ if [ ! -d "$myRepo/opencv" ]; then
git clone https://github.com/opencv/opencv.git
mkdir Build
mkdir Build/opencv
mkdir Install
mkdir Install/opencv
else
cd opencv