Skip to content

Commit

Permalink
fix typo in linux tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenPuttemans committed Jun 2, 2014
1 parent 0b4eb6a commit 7c44a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorials/introduction/linux_install/linux_install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The packages can be installed using a terminal and the following commands or by
.. code-block:: bash
[compiler] sudo apt-get install build-essential
[required] sudo apt-get install cmake git libgtk2-dev pkg-config libavcodec-dev libavformat-dev libswscale-dev
[required] sudo apt-get install cmake git libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev libswscale-dev
[optional] sudo apt-get install python-dev python-numpy libtbb2 libtbb-dev libjpeg-dev libpng-dev libtiff-dev libjasper-dev libdc1394-22-dev
Getting OpenCV Source Code
Expand Down

0 comments on commit 7c44a07

Please sign in to comment.