Skip to content

Commit

Permalink
Update installOpenCV-3-on-Ubuntu-16-04.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gerk59 committed Feb 21, 2019
1 parent 0d305fd commit 2c2742b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions InstallScripts/installOpenCV-3-on-Ubuntu-16-04.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
echo "OpenCV installation by learnOpenCV.com"

#Specify OpenCV version
cvVersion="3.4.4"
cvVersion="3.4"

# Clean build directories
rm -rf opencv/build
Expand Down Expand Up @@ -71,12 +71,12 @@ deactivate

git clone https://github.com/opencv/opencv.git
cd opencv
git checkout $cvVersion
git checkout "$cvVersion"
cd ..

git clone https://github.com/opencv/opencv_contrib.git
cd opencv_contrib
git checkout $cvVersion
git checkout "$cvVersion"
cd ..

cd opencv
Expand Down

0 comments on commit 2c2742b

Please sign in to comment.