mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
Merge pull request #9684 from RaymondKirk:patch-1
Fix 'directory does not exist' in windows tutorial
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user