# MSYS2-packages **Repository Path**: oldrivers/MSYS2-packages ## Basic Information - **Project Name**: MSYS2-packages - **Description**: Package scripts for MSYS2. - **Primary Language**: Shell - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README MSYS2-packages ============== Package scripts for MSYS2. To build these, run msys2_shell.cmd 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