1: pacman -Suy
2: pacman -Suy
3: pacman -S base-devel mingw-w64-x86_64-make mingw-w64-x86_64-gcc mingw-w64-x86_64-postgresql mingw-w64-x86_64-qt5
/mingw64/share/qt5
export QT_ROOT=/mingw64/share/qt5 export INSTALLATION_ROOT=/C/Users/fernandob/git/pgmodeler/build
Added /mingw64/bin to path in .bashrc
1: qmake -r CONFIG+=release PREFIX=$INSTALLATION_ROOT pgmodeler.pro 2: make 3: make install 4: cd $INSTALLATION_ROOT 5: windeployqt pgmodeler.exe pgmodeler_ui.dll
1: cd $MSYS2_ROOT/mingw64/bin/
2: cp libicuin*.dll libicuuc*.dll libicudt*.dll libpcre2-16-0.dll libharfbuzz-0.dll
libpng16-16.dll libfreetype-6.dll libgraphite2.dll libglib-2.0-0.dll libpcre-1.dll
libbz2-1.dll libssl-1_1-x64.dll libcrypto-1_1-x64.dll libgcc_s_seh-1.dll
libstdc++-6.dll libwinpthread-1.dll zlib1.dll libpq.dll libxml2-2.dll liblzma-5.dll
libiconv-2.dll libintl-8.dll libbrotlidec.dll libbrotlicommon.dll
libdouble-conversion.dll libzstd.dll libmd4c.dll $INSTALLATION_ROOT
Archive build into pgmodeler-0.9.4.zip