Merge pull request #2818 from StevenPuttemans:fix_linux_tutorial

pull/2841/head^2
Roman Donchenko 11 years ago committed by OpenCV Buildbot
commit 64344f4545
  1. 2
      doc/tutorials/introduction/linux_install/linux_install.rst

@ -23,7 +23,7 @@ The packages can be installed using a terminal and the following commands or by
.. code-block:: bash .. code-block:: bash
[compiler] sudo apt-get install build-essential [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 [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 Getting OpenCV Source Code

Loading…
Cancel
Save