Skip to content

Commit

Permalink
Update prereqs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rows-of-houses authored Oct 29, 2023
1 parent 5ff18f8 commit e611c8c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions prereqs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,10 @@ mkdir opencv && cd opencv
wget -O opencv.zip https://github.com/opencv/opencv/archive/4.x.zip
unzip opencv.zip && mkdir -p build && cd build && cmake -DBUILD_LIST=imgproc,imgcodecs ../opencv-4.x && make -j 3
export OpenCV_DIR=$(pwd)
echo $OpenCV_DIR
echo $OpenCV_DIR
echo $OpenCV_DIR
echo $OpenCV_DIR
echo $OpenCV_DIR
cd ..
rm opencv.zip

0 comments on commit e611c8c

Please sign in to comment.