Skip to content

Commit

Permalink
devdoc/win/msys2: apply sugestions
Browse files Browse the repository at this point in the history
Co-Authored-By: Elliot Saba <[email protected]>
  • Loading branch information
inkydragon and staticfloat committed Aug 4, 2022
1 parent c7ff326 commit 89e0333
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions doc/src/devdocs/build/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ Note: MSYS2 requires **64 bit** Windows 7 or newer.
pacman -S cmake diffutils git m4 make patch tar p7zip curl python
# For 64 bit Julia, install x86_64
pacman -S mingw-w64-x86_64-gcc mingw-w64-x86_64-gcc-fortran
pacman -S mingw-w64-x86_64-gcc
# For 32 bit Julia, install i686
pacman -S mingw-w64-i686-gcc mingw-w64-i686-gcc-fortran
pacman -S mingw-w64-i686-gcc
```

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

3. Start the build
```sh
# Adjust the number of cores (4) to match your build environment.
make -j 4
make -j$(nproc)
```

> Protip: build in dir
Expand Down

0 comments on commit 89e0333

Please sign in to comment.