Commit 52e1768572ab520005e4785e186b47360bbb75e7
1 parent
c76aaa27
Exists in
master
and in
2 other branches
Updating msys build info.
Showing
1 changed file
with
8 additions
and
2 deletions
Show diff stats
README.md
| ... | ... | @@ -97,7 +97,13 @@ Windows native with MSYS2 |
| 97 | 97 | |
| 98 | 98 | 1. Install and update MSYS2 |
| 99 | 99 | |
| 100 | - * Download and install msys2 from https://www.msys2.org/ (Don't forget to update the package database and core system packages using pacman -Syu) | |
| 100 | + * Download and install [msys2](https://www.msys2.org/) | |
| 101 | + * Update msys: | |
| 102 | + | |
| 103 | + ```shell | |
| 104 | + pacman -Syu | |
| 105 | + ``` | |
| 106 | + Afther this close and reopen mingw shell. | |
| 101 | 107 | |
| 102 | 108 | 2. Update system path |
| 103 | 109 | |
| ... | ... | @@ -106,7 +112,7 @@ Windows native with MSYS2 |
| 106 | 112 | 3. Install devel packages using pacman on mingw shell |
| 107 | 113 | |
| 108 | 114 | ```shell |
| 109 | - pacman -S --needed mingw-w64-x86_64-gcc automake autoconf make git pkg-config mingw-w64-x86_64-gettext mingw-w64-x86_64-openssl libtool | |
| 115 | + pacman -S --needed mingw-w64-x86_64-gcc automake autoconf make git pkgconf mingw-w64-x86_64-gettext mingw-w64-x86_64-openssl libtool | |
| 110 | 116 | ``` |
| 111 | 117 | Afther this close and reopen mingw shell. |
| 112 | 118 | ... | ... |