summaryrefslogtreecommitdiff
path: root/docs/windows_compile_instructions.md
diff options
context:
space:
mode:
authorLouie Shprung <lshprung@tutanota.com>2024-08-30 16:14:26 -0400
committerLouie Shprung <lshprung@tutanota.com>2024-08-30 16:14:26 -0400
commit615c64bcd69eea3660f0a35396255c2eb45fa283 (patch)
tree8e4d8da22240f1ab8da4ff097f74177fcbf24f50 /docs/windows_compile_instructions.md
parent9cd631a391568c3e75d6f9ee65707dea0bea6d9a (diff)
parenta3d9eb21789bf3587f176e6d155d610b8bc69dab (diff)
Merge branch 'testing'
Diffstat (limited to 'docs/windows_compile_instructions.md')
-rw-r--r--docs/windows_compile_instructions.md2
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/).