Skip to content

Commit 242cf53

Browse files
authored
Merge pull request opencv#9684 from RaymondKirk:patch-1
Fix 'directory does not exist' in windows tutorial
2 parents cc547e8 + 4059f8b commit 242cf53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/tutorials/introduction/windows_install/windows_install.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ if [ ! -d "$myRepo/opencv" ]; then
5050
git clone https://github.com/opencv/opencv.git
5151
mkdir Build
5252
mkdir Build/opencv
53+
mkdir Install
5354
mkdir Install/opencv
5455
else
5556
cd opencv

0 commit comments

Comments
 (0)