Update COMPILATION.md

add hint for windows compilation
This commit is contained in:
imtzw
2025-03-14 17:21:28 +08:00
committed by Andrew Gaul
parent 885b1efac6
commit ee1ff8ba75

View File

@ -64,7 +64,7 @@ Keep in mind using the pre-built packages when available.
On Windows, use [MSYS2](https://www.msys2.org/) to compile for itself.
1. Install [WinFsp](https://github.com/billziss-gh/winfsp) to your machine.
1. Install [WinFsp](https://github.com/billziss-gh/winfsp) to your machine. Note it should be installed with developper mode to include header files.
2. Install dependencies onto MSYS2:
```sh