Skip to content

Commit

Permalink
Place test data in home directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jetsonhacks authored Apr 6, 2017
1 parent b085121 commit 52f3f76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildOpenCV.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ sudo apt-get install -y python-dev python-numpy python-py python-pytest -y
git clone https://github.com/opencv/opencv.git
cd opencv
git checkout -b v3.2.0 3.2.0
# This is for the test data
cd $HOME
git clone https://github.com/opencv/opencv_extra.git
cd opencv_extra
git checkout -b v3.2.0 3.2.0
Expand Down

0 comments on commit 52f3f76

Please sign in to comment.