Commit 242cf538 authored by Alexander Alekhin's avatar Alexander Alekhin Committed by GitHub

Merge pull request #9684 from RaymondKirk:patch-1

Fix 'directory does not exist' in windows tutorial
parents cc547e82 4059f8b3
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment