-j8 in linux_installation tutorial

This commit is contained in:
Rohit Girdhar 2014-02-13 13:52:00 +05:30
parent 0ee5c34f40
commit 01b624e359

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