Merge pull request #2330 from rohitgirdhar:linux_tutorial_make_j8

pull/2328/merge
Roman Donchenko 11 years ago committed by OpenCV Buildbot
commit 947fb74c18
  1. 3
      doc/tutorials/introduction/linux_install/linux_install.rst

@ -74,7 +74,8 @@ Building OpenCV from Source Using CMake, Using the Command Line
.. code-block:: bash
make
make -j8 # -j8 runs 8 jobs in parallel.
# Change 8 to number of hardware threads available.
sudo make install
.. note::

Loading…
Cancel
Save