Skip to content

Commit

Permalink
add missing package
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszklim committed Apr 6, 2020
1 parent 3f70daa commit a76630d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opencv/1-install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ apt-get install libdc1394-22-dev libavcodec-dev libavformat-dev libavresample-de
apt-get install libtbb-dev libeigen3-dev liblapacke-dev libatlas-base-dev

# OCR and fonts support:
apt-get install tesseract-ocr tesseract-ocr-pol libharfbuzz-dev libfreetype6-dev
apt-get install tesseract-ocr tesseract-ocr-pol libtesseract-dev libharfbuzz-dev libfreetype6-dev

# Python interface:
apt-get install python-dev python-numpy python3-dev python3-numpy

0 comments on commit a76630d

Please sign in to comment.