Browse Source

Merge pull request #3189

Vincas Dargis (1):
      docs(INSTALL.md): State MinGW requirements for fillter_audio
pull/3214/head
Zetok Zalbavar 9 years ago
parent
commit
6bdf535f4e
No known key found for this signature in database
GPG Key ID: C953D3880212068A
  1. 6
      INSTALL.md

6
INSTALL.md

@ -563,8 +563,10 @@ Download the MinGW installer for Windows from @@ -563,8 +563,10 @@ Download the MinGW installer for Windows from
[sourceforge.net](http://sourceforge.net/projects/mingw/files/Installer/). Make
sure to install MSYS (a set of Unix tools for Windows). The following steps
assume that MinGW is installed at `C:\MinGW`. If you decided to choose another
location, replace corresponding parts. Check that the version of MinGW,
corresponds to the version of the QT component!
location, replace corresponding parts. Select `mingw-developer-toolkit`,
`mingw32-base`, `mingw32-gcc-g++`, `msys-base` and `mingw32-pthreads-w32`
packages using MinGW Installation Manager (`mingw-get.exe`). Check that the
version of MinGW, corresponds to the version of the QT component!
### Wget

Loading…
Cancel
Save