Updated Home (markdown)

mborgerson 2021-03-03 13:20:26 -07:00
parent 9ea3d40e4f
commit c1d1992a51
1 changed files with 1 additions and 1 deletions

@ -51,7 +51,7 @@ The latest pre-built release version is recommended. Simply download the release
Continue to [Getting Started](#getting-started).
#### Building from Source
If you would like to build from source, you can do so by downloading the [MSYS2 environment](https://www.msys2.org/). After installing MSYS2, you'll need to open **MSYS2 MinGW 64-bit** to perform building. Otherwise, you may see build failures for missing 'cc'.
If you would like to build from source, you can do so by downloading the [MSYS2 environment](https://www.msys2.org/). After installing MSYS2, you'll need to launch **"MSYS2 MinGW 64-bit"**, otherwise, you may see build failures for missing 'cc'.
```bash
pacman --needed --noconfirm -S git make \