Files
MSYS2-packages/README.md
Jean Dudey dd7d5429ae Add base-devel install command to README.md
Indent command

Reword

Add base-devel to README.md
2015-02-21 12:28:36 -04:30

18 lines
328 B
Markdown

MSYS2-packages
==============
Package scripts for MSYS2.
To build these, run msys2_shell.bat then from the bash prompt.
cd ${package-name}
makepkg
To install the built package(s).
pacman -U ${package-name}*.pkg.tar.xz
If you don't have the group base-devel installed, please install.
pacman -S base-devel