1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00

Update README.md to use msys2

This commit is contained in:
Elias Steurer 2017-05-19 20:23:59 +02:00
parent 16d539b992
commit 545fd5a369

View File

@ -1,8 +1,11 @@
# Requirements
- [Qt 5.9] (https://www.qt.io/download-open-source/)
- [QtAV for video encoding] (https://github.com/wang-bin/QtAV)
- [Follow these build instructions] (https://github.com/wang-bin/QtAV/wiki/Build-QtAV)
- [Download Windows dependencies] (https://sourceforge.net/projects/avbuild/files/?source=navbar)
- [msys2 x86_x64] (http://www.msys2.org/)
- Run: ``` bash pacman -Syu ``` then restart terminal
- Run: ``` pacman -Su ```
- Run: ``` pacman -S mingw64/mingw-w64-x86_64-qt5 mingw64/mingw-w64-x86_64-qt-creator mingw64/mingw-w64-x86_64-quazip mingw64/mingw-w64-x86_64-zlib mingw64/mingw-w64-x86_64-cmake mingw64/mingw-w64-x86_64-gcc ```
- [QtAV for video encoding] (https://github.com/wang-bin/QtAV)
- Open QtAV project via QtCreator in the Thirdparty folder
- Fix 3 dll names in \lib_win_x86\ via changing *.dll.a to *.a Bug: https://github.com/wang-bin/QtAV/issues/878
- After compiling dont forget to copy QtVA via QtAV_buildDir/sdk_install.bat
# Release