File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -145,9 +145,9 @@ Note: MSYS2 requires **64 bit** Windows 7 or newer.
145
145
pacman -S cmake diffutils git m4 make patch tar p7zip curl python
146
146
147
147
# For 64 bit Julia, install x86_64
148
- pacman -S mingw-w64-x86_64-gcc mingw-w64-x86_64-gcc-fortran
148
+ pacman -S mingw-w64-x86_64-gcc
149
149
# For 32 bit Julia, install i686
150
- pacman -S mingw-w64-i686-gcc mingw-w64-i686-gcc-fortran
150
+ pacman -S mingw-w64-i686-gcc
151
151
` ` `
152
152
153
153
4. Configuration of MSYS2 is complete. Now ` exit` the MSYS2 shell.
@@ -168,8 +168,7 @@ Note: MSYS2 requires **64 bit** Windows 7 or newer.
168
168
169
169
3. Start the build
170
170
` ` ` sh
171
- # Adjust the number of cores (4) to match your build environment.
172
- make -j 4
171
+ make -j$( nproc)
173
172
` ` `
174
173
175
174
> Protip: build in dir
You can’t perform that action at this time.
0 commit comments