From c3ac3180da729083ab7125ccb0450e1da3d24080 Mon Sep 17 00:00:00 2001 From: Louie Shprung Date: Tue, 27 Aug 2024 18:11:47 -0400 Subject: Update projects docs --- docs/windows_compile_instructions.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/windows_compile_instructions.md') 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/). -- cgit