-j8 in linux_installation tutorial
This commit is contained in:
parent
0ee5c34f40
commit
01b624e359
@ -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…
Reference in New Issue
Block a user