1
0
mirror of synced 2024-11-24 07:40:17 +01:00

docs: Correct minor typo in windows.md (#582)

should read msys2 instead of mys2
This commit is contained in:
Forrest 2022-07-25 05:08:41 -05:00 committed by GitHub
parent 3b8b95a22f
commit 8aff20b374
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
### Compiling ImHex on Windows
On Windows, ImHex is built through msys2 / mingw. To install all dependencies, open a mys2 window and run the PKGCONFIG script in the [dist/msys2](dist/msys2) folder.
On Windows, ImHex is built through msys2 / mingw. To install all dependencies, open a msys2 window and run the PKGCONFIG script in the [dist/msys2](dist/msys2) folder.
After all the dependencies are installed, run the following commands to build ImHex:
```sh
@ -20,4 +20,4 @@ cmake -G "MinGW Makefiles" \
mingw32-make -j install
```
ImHex will look for any extra resources either in various folders directly next to the executable or in `%localappdata%/imhex`
ImHex will look for any extra resources either in various folders directly next to the executable or in `%localappdata%/imhex`