Merge pull request #2818 from StevenPuttemans:fix_linux_tutorial

This commit is contained in:
Roman Donchenko 2014-06-09 13:37:38 +04:00 committed by OpenCV Buildbot
commit 64344f4545

View File

@ -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