mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 22:44:02 +08:00
Merge pull request #2330 from rohitgirdhar:linux_tutorial_make_j8
This commit is contained in:
commit
947fb74c18
@ -74,7 +74,8 @@ Building OpenCV from Source Using CMake, Using the Command Line
|
|||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
make
|
make -j8 # -j8 runs 8 jobs in parallel.
|
||||||
|
# Change 8 to number of hardware threads available.
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
Loading…
Reference in New Issue
Block a user