We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Added permanent path fix option to msys2
The imagemagick 32-bit instructions were also clearly wrong, as were some other elements. I think they're at least "better" now
Imagemagick format for installation instructions was inconsistent.
Doxygen link was stale
DLL dependencies need to be on the search path
python3 will not search in /usr but in /mingw64, so we must install THERE
MSYS2's Python cannot load *.pyd while MSYS2's Ming64 Python CAN.
Fixed typo in markdown syntax
Optional: Downgrade MSYS2 Python 3.8 to 3.7 to be compatible with OpenShot Nightly Build
Fix typo in os_test target name, add 'make test' option for newer CMake
Updated Windows Build Instructions (markdown)
Fence cmake command line example
Update OpenMP URL
Updating Windows build instruction syntax
The command line should only use ", not “ or ”
I had to add this to not get the error/warning message error: failed retrieving file 'mingw-w64-x86_64-llvm-8.0.0-2-any.pkg.tar.xz' from repo.msys2.org : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds
I had to do this to not get the error/warning message "failed retrieving file 'mingw-w64-x86_64-python3-3.7.3-3-any.pkg.tar.xz' from repo.msys.org : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds.
Created Windows Build Instructions (markdown)