Update WindowsBuild.md

Update required packages for buildenv
presentation
Ulrich Huber 7 years ago committed by GitHub
parent 3f33dab57f
commit 77eec90d1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 16
      readme/WindowsBuild.md

@ -31,20 +31,15 @@ pacman -S git
## Install Build tools
```bash
pacman -S mingw-w64-x86_64-cmake; \
pacman -S make; \
pacman -S mingw-w64-x86_64-toolchain; \
pacman -S --needed base-devel mingw-w64-x86_64-toolchain \
mingw-w64-x86_64-cmake
pacman -S mingw-w64-x86_64-cmake; \
pacman -S mingw-w64-x86_64-make; \
pacman -S mingw-w64-x86_64-ninja; \
pacman -S patch; \
pacman -S mingw-w64-x86_64-cppunit
```
(this is a duplicate of the lines above, probably only this line is needed.
Can anybody confirm this?)
-> press enter multiple times / confirm all default values
```bash
pacman -S mingw-w64-x86_64-gcc
```
## Install dependencies
```bash
@ -53,6 +48,7 @@ pacman -S mingw-w64-x86_64-gtk3; \
pacman -S mingw-w64-x86_64-libsndfile; \
pacman -S mingw-w64-x86_64-libzip
```
-> press enter multiple times / confirm all default values
## Get sources

Loading…
Cancel
Save