Doc: Add "libepoxy" to msys/mingw-w64 dependencies

The libepoxy library is required for shader support.
This commit is contained in:
Lothar Serra Mari 2018-03-17 16:24:04 +01:00 committed by Vicki Pfau
parent ce39f4cf4c
commit 6a1c7807bb
1 changed files with 2 additions and 2 deletions

View File

@ -110,11 +110,11 @@ To build on Windows for development, using MSYS2 is recommended. Follow the inst
For x86 (32 bit) builds:
pacman -Sy mingw-w64-i686-{cmake,ffmpeg,gcc,gdb,imagemagick,libzip,pkg-config,qt5,SDL2,ntldd-git}
pacman -Sy mingw-w64-i686-{cmake,ffmpeg,gcc,gdb,imagemagick,libepoxy,libzip,pkg-config,qt5,SDL2,ntldd-git}
For x86_64 (64 bit) builds:
pacman -Sy mingw-w64-x86_64-{cmake,ffmpeg,gcc,gdb,imagemagick,libzip,pkg-config,qt5,SDL2,ntldd-git}
pacman -Sy mingw-w64-x86_64-{cmake,ffmpeg,gcc,gdb,imagemagick,libepoxy,libzip,pkg-config,qt5,SDL2,ntldd-git}
Check out the source code by running this command: