mirror of
https://github.com/opencv/opencv.git
synced 2024-11-26 12:10:49 +08:00
Merge pull request #9684 from RaymondKirk:patch-1
Fix 'directory does not exist' in windows tutorial
This commit is contained in:
commit
242cf538b4
@ -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