-j8 in linux_installation tutorial

pull/2330/head
Rohit Girdhar 11 years ago
parent 0ee5c34f40
commit 01b624e359
  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