From 77eec90d1e370fccbd6ffa30b35a3c1f0e82eaee Mon Sep 17 00:00:00 2001 From: Ulrich Huber Date: Thu, 19 Sep 2019 15:55:16 +0100 Subject: [PATCH] Update WindowsBuild.md Update required packages for buildenv --- readme/WindowsBuild.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/readme/WindowsBuild.md b/readme/WindowsBuild.md index 17e9ae3f..598b5386 100644 --- a/readme/WindowsBuild.md +++ b/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