mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Updated Set up Build Environment on Windows (markdown)
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user