cmake --build . -j $(nproc)

CodeLite installation/troubleshooting forum
root
CodeLite Enthusiast
Posts: 21
Joined: Tue Jan 21, 2020 4:10 pm
Genuine User: Yes
IDE Question: C++
Contact:

cmake --build . -j $(nproc)

Post 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?
Win X Pro / CodeLite 14.0 / wxCrafter 2.9 / wxWidgets-3.1.4 / MinGW-10.2.0

Linux Mint 20.0 / CodeLite 14.0 / wxCrafter 2.9 / wxWidgets-3.0 & 3.1.4 / GCC-9.2.0
root
CodeLite Enthusiast
Posts: 21
Joined: Tue Jan 21, 2020 4:10 pm
Genuine User: Yes
IDE Question: C++
Contact:

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

Post by root »

Nevermind. I was following the wrong game plan. Got it right now; following the wiki.
Win X Pro / CodeLite 14.0 / wxCrafter 2.9 / wxWidgets-3.1.4 / MinGW-10.2.0

Linux Mint 20.0 / CodeLite 14.0 / wxCrafter 2.9 / wxWidgets-3.0 & 3.1.4 / GCC-9.2.0
Post Reply