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: