Fix 'directory does not exist' in windows tutorial
This commit is contained in:
parent
cc547e8260
commit
4059f8b3a3
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user