Commit 01b624e3 authored by Rohit Girdhar's avatar Rohit Girdhar

-j8 in linux_installation tutorial

parent 0ee5c34f
...@@ -74,7 +74,8 @@ Building OpenCV from Source Using CMake, Using the Command Line ...@@ -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::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment