Change MSYS2 KiCad Build Instructions to show '-j N' switch for 'make -j N install'
This commit is contained in:
parent
fe415c4134
commit
0a55d64598
|
@ -376,7 +376,7 @@ install path. At the command prompt run the the following commands:
|
||||||
-DCMAKE_INSTALL_PREFIX=/mingw64 \
|
-DCMAKE_INSTALL_PREFIX=/mingw64 \
|
||||||
-DDEFAULT_INSTALL_PATH=/mingw64 \
|
-DDEFAULT_INSTALL_PATH=/mingw64 \
|
||||||
../../
|
../../
|
||||||
make install
|
make -j N install # Where N is the number of concurrent threads that your system can handle
|
||||||
|
|
||||||
For 32-bit builds, run `mingw32.exe` and change `x86_64` to `i686` in the package names and
|
For 32-bit builds, run `mingw32.exe` and change `x86_64` to `i686` in the package names and
|
||||||
change the paths in the cmake configuration from `/mingw64` to `/mingw32`.
|
change the paths in the cmake configuration from `/mingw64` to `/mingw32`.
|
||||||
|
|
Loading…
Reference in New Issue