1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

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.
This commit is contained in:
Vincas Dargis 2016-04-24 20:40:48 +03:00
parent 24a7f4d519
commit d5ceef9a50

View File

@ -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