Browse Source

docs(INSTALL.md): State MinGW requirements for fillter_audio

filter_audio build fails because -lpthread is not found.
Documentation now explicitly states mingw32-pthreads-w32 and
other core MinGW package requirements.
pull/3189/head
Vincas Dargis 9 years ago
parent
commit
d5ceef9a50
  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