From 145157f84da53e3c6f8e5833b50533db75f4658a Mon Sep 17 00:00:00 2001 From: woodser Date: Fri, 3 Feb 2023 14:14:14 -0500 Subject: [PATCH] add windows instructions to use default=all --- docs/installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installing.md b/docs/installing.md index 6c45609ab1..a81a6dfcd3 100644 --- a/docs/installing.md +++ b/docs/installing.md @@ -13,7 +13,7 @@ On Windows: 3. Install [MSYS2](https://www.msys2.org/). 4. Start MSYS2 MINGW64 or MSYS MINGW32 depending on your system. Use MSYS2 for all commands throughout this document. 5. Update pacman: `pacman -Syy` - 6. Install dependencies: + 6. Install dependencies. During installation, use default=all by leaving the input blank and pressing enter. 64-bit: `pacman -S mingw-w64-x86_64-toolchain make mingw-w64-x86_64-cmake git`