Commit 4059f8b3 authored by Raymond Kirk's avatar Raymond Kirk Committed by GitHub

Fix 'directory does not exist' in windows tutorial

parent cc547e82
......@@ -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