docs: Correct minor typo in windows.md (#582)
should read msys2 instead of mys2
This commit is contained in:
parent
3b8b95a22f
commit
8aff20b374
4
dist/compiling/windows.md
vendored
4
dist/compiling/windows.md
vendored
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user