Fix 'directory does not exist' in windows tutorial

This commit is contained in:
Raymond Kirk 2017-09-21 16:46:58 +01:00 committed by GitHub
parent cc547e8260
commit 4059f8b3a3

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