cmake --build . -j $(nproc)
Posted: Tue Apr 07, 2020 5:00 am
OS: Linux Mint 19.3
GCC: 7.4.0
That line didn't fly. The -j switch in wasn't accepted. So I just went on to the next/last line The installation's at 25% and still going.
How important was to the process?
GCC: 7.4.0
That line didn't fly. The -j switch in
Code: Select all
cmake --build . -j $(nproc)
Code: Select all
sudo cmake --build . --target install
How important was
Code: Select all
cmake --build . -j $(nproc)