# MINGW-packages-dev **Repository Path**: wang-yi-1989/MINGW-packages-dev ## Basic Information - **Project Name**: MINGW-packages-dev - **Description**: No description available - **Primary Language**: Shell - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-26 - **Last Updated**: 2021-06-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README MINGW-packages-dev ================== This repository contains package scripts for MinGW-w64 targets to build under MSYS2 for package maintainers. ## Documentation See the [MSYS2 wiki](https://github.com/msys2/msys2/wiki). ## Using packages Download or clone the package folder with the scripts to your machine and build for yourself. Assuming you have a properly installed MSYS2 environment and build tools, you can build any package using the following command: ``` cd ${package-name} MINGW_INSTALLS=mingw64 makepkg-mingw -sLf ``` After that you can install the freshly built package(s) with the following command: ``` pacman -U ${package-name}*.pkg.tar.xz ```