Updated Set up Build Environment on Windows (markdown)

Janek Bevendorff
2023-11-21 23:33:40 +01:00
parent dc9f7c00f4
commit 5c05efb532

@@ -46,13 +46,14 @@ _Building using MSYS is deprecated, we no longer recommend this method._
### Install the C++ toolchain
This command will install the MinGW-W GCC compiler, CMake and Binutils
This command will install the MinGW-W GCC compiler, CMake, Binutils, and Asciidoctor:
Open an MSYS2 shell:
```
pacman -S git make mingw-w64-$(uname -m)-gcc mingw-w64-$(uname -m)-toolchain \
mingw-w64-$(uname -m)-binutils mingw-w64-$(uname -m)-cmake
mingw-w64-$(uname -m)-binutils mingw-w64-$(uname -m)-cmake \
mingw-w64-$(uname -m)-asciidoctor
```
### Install the required dependencies
@@ -62,8 +63,7 @@ Open an MSYS2 shell:
```
pacman -S mingw-w64-$(uname -m)-qt5 \
mingw-w64-$(uname -m)-libbotan mingw-w64-$(uname -m)-zlib \
mingw-w64-$(uname -m)-argon2 mingw-w64-$(uname -m)-qrencode \
mingw-w64-$(uname -m)-asciidoctor
mingw-w64-$(uname -m)-argon2 mingw-w64-$(uname -m)-qrencode
```
### Packaging Requirements