Merge pull request #2330 from rohitgirdhar:linux_tutorial_make_j8

This commit is contained in:
Roman Donchenko
2014-02-17 12:22:11 +04:00
committed by OpenCV Buildbot

View File

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