Skip to content

Commit 89e0333

Browse files
devdoc/win/msys2: apply sugestions
Co-Authored-By: Elliot Saba <[email protected]>
1 parent c7ff326 commit 89e0333

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/src/devdocs/build/windows.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ Note: MSYS2 requires **64 bit** Windows 7 or newer.
145145
pacman -S cmake diffutils git m4 make patch tar p7zip curl python
146146
147147
# 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
149149
# 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
151151
```
152152

153153
4. Configuration of MSYS2 is complete. Now `exit` the MSYS2 shell.
@@ -168,8 +168,7 @@ Note: MSYS2 requires **64 bit** Windows 7 or newer.
168168

169169
3. Start the build
170170
```sh
171-
# Adjust the number of cores (4) to match your build environment.
172-
make -j 4
171+
make -j$(nproc)
173172
```
174173

175174
> Protip: build in dir

0 commit comments

Comments
 (0)