From f5d423eeb7f8703181cc20182bc4a2ac0e850a5c Mon Sep 17 00:00:00 2001 From: Jonathan White Date: Mon, 20 Feb 2017 15:55:43 -0500 Subject: [PATCH] Updated Set up Build Environment on Windows (markdown) --- Set-up-Build-Environment-on-Windows.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Set-up-Build-Environment-on-Windows.md b/Set-up-Build-Environment-on-Windows.md index 95c9a83..472dee0 100644 --- a/Set-up-Build-Environment-on-Windows.md +++ b/Set-up-Build-Environment-on-Windows.md @@ -18,12 +18,12 @@ pacman -S git make mingw-w64-$(uname -m)-gcc mingw-w64-$(uname -m)-binutils ming ### Install the required dependencies -This command will install `qt5` `libgcrypt` `zlib` and `libmicrohttpd` +This command will install `qt5` `libgcrypt` and `zlib` Open an MSYS2 shell: ``` -pacman -S mingw-w64-$(uname -m)-qt5 mingw-w64-$(uname -m)-libgcrypt mingw-w64-$(uname -m)-zlib mingw-w64-$(uname -m)-libmicrohttpd +pacman -S mingw-w64-$(uname -m)-qt5 mingw-w64-$(uname -m)-libgcrypt mingw-w64-$(uname -m)-zlib ``` If CMake is having trouble finding your compiler, add this line to your `/etc/profile` and restart your terminal: