diff options
author | Louie Shprung <lshprung@tutanota.com> | 2024-08-27 18:11:47 -0400 |
---|---|---|
committer | Louie Shprung <lshprung@tutanota.com> | 2024-08-27 18:11:47 -0400 |
commit | c3ac3180da729083ab7125ccb0450e1da3d24080 (patch) | |
tree | 22502b5290fb039a49abbcd92d51a5d4bd260822 /docs/windows_compile_instructions.md | |
parent | 7f16bf6f85151507e76382ff5beae590b399acf1 (diff) |
Update projects docs
Diffstat (limited to 'docs/windows_compile_instructions.md')
-rw-r--r-- | docs/windows_compile_instructions.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/windows_compile_instructions.md b/docs/windows_compile_instructions.md index 757dece..4174693 100644 --- a/docs/windows_compile_instructions.md +++ b/docs/windows_compile_instructions.md @@ -1,5 +1,7 @@ # Windows Compilation Instructions +**NOTE: Outdated. Windows users should be just fine following along with instructions on the main README.** + Compiling on Windows requires access to the MinGW toolchain. The easiest way to get the necessary libraries is by installing [MSYS2](https://www.msys2.org/) which provides a package manager: pacman. 1. Download the latest version of MSYS2 from [here](https://www.msys2.org/). |