Skip to content

Commit

Permalink
opencv 3.4.3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
RamatovInomjon committed Apr 19, 2019
1 parent 3614aa8 commit 3e65595
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tools/install_opencv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# The source files would be downloaded to ~/opencv
cd ~/
mkdir opencv_dir
mkdir opencv
cd ~/opencv

sudo apt-get -y update
Expand All @@ -31,14 +31,14 @@ sudo apt-get install -y libtbb-dev libeigen3-dev
sudo apt-get install -y python-dev python-tk python-numpy python3-dev python3-tk python3-numpy

sudo apt-get install -y unzip wget
wget https://github.com/opencv/opencv/archive/3.4.0.zip
unzip 3.4.0.zip
rm 3.4.0.zip
wget https://github.com/opencv/opencv/archive/3.4.3.zip
unzip 3.4.3.zip
rm 3.4.3.zip

cd opencv-3.4.0
cd opencv-3.4.3
mkdir build
cd build
sudo cmake ../
sudo make
sudo make
sudo make install
sudo ldconfig

0 comments on commit 3e65595

Please sign in to comment.