Skip to content

Commit

Permalink
README: Windows installation: use pkgconf instead of pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Sep 30, 2023
1 parent a4332fb commit e2198ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,17 @@ to be updated to avoid certification issues, and `pkg-config` might
need to be added. In this case, do this first:

pacman --noconfirm -Sy msys2-keyring
pacman --noconfirm -S mingw-w64-x86_64-pkg-config
pacman --noconfirm -S mingw-w64-x86_64-pkgconf

### Windows/stack

With `stack` on Windows, which comes with its _own_ bundled MSYS2, the
following commands give up-to-date system dependencies for
`text-icu-0.8.0` (tested 2022-02-07):
`text-icu-0.8.0` (tested 2023-09-30):

stack exec -- pacman --noconfirm -Sy msys2-keyring
stack exec -- pacman --noconfirm -S mingw-w64-x86_64-pkgconf
stack exec -- pacman --noconfirm -S mingw-w64-x86_64-icu
stack exec -- pacman --noconfirm -S mingw-w64-x86_64-pkg-config


## Compatibility
Expand Down

0 comments on commit e2198ff

Please sign in to comment.