Skip to content
Benjamin Vernoux edited this page Jun 7, 2023 · 1 revision

Welcome to the mingw-bundledlls wiki!

Build with Makefile

cd ~
rm -rf mingw-bundledlls
git clone https://github.com/bvernoux/mingw-bundledlls.git
cd mingw-bundledlls
make clean all

Build MSYS2/MinGW-w64 PKGBUILD package with makepkg

cd ~
rm -rf mingw-bundledlls
git clone https://github.com/bvernoux/mingw-bundledlls.git
cd mingw-bundledlls
makepkg -sCLf
Install MSYS2/MinGW-w64 package
pacman -U mingw-bundledlls-*.pkg.tar.zst
Clone this wiki locally