Skip to content

Commit

Permalink
Format README file
Browse files Browse the repository at this point in the history
  • Loading branch information
jetsonhacks committed Jun 25, 2018
1 parent 44fd293 commit 16334e4
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,20 +52,27 @@ To install .deb files:

Switch to the directory where the .deb files are located. Then:

sudo dpkg -i OpenCV-<OpenCV Version info>-aarch64-libs.deb
<em>For example: sudo dpkg -i OpenCV-3.4.1-1-g75a2577-aarch64-libs.deb</em>
sudo apt-get install -f
sudo dpkg -i OpenCV-&lt;OpenCV Version info&gt;-aarch64-dev.deb
sudo dpkg -i OpenCV-&lt;OpenCV Version info&gt;-aarch64-python.deb
<blockquote>
$ sudo dpkg -i OpenCV-&lt;OpenCV Version info&gt;-aarch64-libs.deb

<em>For example: $ sudo dpkg -i OpenCV-3.4.1-1-g75a2577-aarch64-libs.deb</em>

$ sudo apt-get install -f

$ sudo dpkg -i OpenCV-&lt;OpenCV Version info&gt;-aarch64-dev.deb

$ sudo dpkg -i OpenCV-&lt;OpenCV Version info&gt;-aarch64-python.deb </blockquote>

The libraries will be installed in /usr/lib

Binaries are in /usr/bin

opencv.pc is in /usr/lib/pkgconfig

<strong>Package Notes: </strong>
<ul><li>The build process default installation is in /usr/local
Note that the .deb file install into /usr</li>
<li>The dpkg/apt name does not include version information, e.g. opencv-libs</li>
<li>After installation, the dpkg/apt name does not include version information, e.g. the name is opencv-libs</li>
</ul>

## Notes
Expand Down

0 comments on commit 16334e4

Please sign in to comment.