Skip to content

Commit

Permalink
Add 'MSYS2 MSYS' to Windows build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kbengs authored and dreua committed Feb 10, 2024
1 parent b3deef3 commit a73967f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Win32.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## Prerequisites

Install [MSYS2](http://www.msys2.org) then upgrade it:
Install [MSYS2](http://www.msys2.org). Once installed start `MSYS2 MSYS` shell.
Update all packages:

```
pacman -Syu
Expand Down Expand Up @@ -33,7 +34,7 @@ SETUPTOOLS_USE_DISTUTILS=stdlib \

## Building PDF Arranger

Get the PDF Arranger sources from a MSYS2 shell:
Get the PDF Arranger sources:

```
git clone https://github.com/pdfarranger/pdfarranger.git
Expand Down

0 comments on commit a73967f

Please sign in to comment.