Page 1 of 1

cmake --build . -j $(nproc)

Posted: Tue Apr 07, 2020 5:00 am
by root
OS: Linux Mint 19.3
GCC: 7.4.0

That line didn't fly. The -j switch in

Code: Select all

cmake --build . -j $(nproc)
wasn't accepted. So I just went on to the next/last line

Code: Select all

sudo cmake --build . --target install
The installation's at 25% and still going.

How important was

Code: Select all

cmake --build . -j $(nproc)
to the process?

Re: cmake --build . -j $(nproc)

Posted: Tue Apr 07, 2020 5:32 am
by root
Nevermind. I was following the wrong game plan. Got it right now; following the wiki.