Files
MSYS2-packages/README.md
2018-05-08 13:23:03 +02:00

745 B

MSYS2-packages

TeaCI status AppVeyor status

Package scripts for MSYS2.

To build these, run msys2_shell.cmd then from the bash prompt. Packages frmo the msys2-devel and base-devel and groups are implicit build time dependencies. Make sure both are installed before attempting to build any package:

pacman -S --needed base-devel msys2-devel
cd ${package-name}
makepkg

To install the built package(s).

pacman -U ${package-name}*.pkg.tar.xz