https://github.com/davidegrayson/mingw-packages-deg
My mingw packages for MSYS2.
https://github.com/davidegrayson/mingw-packages-deg
Last synced: 9 months ago
JSON representation
My mingw packages for MSYS2.
- Host: GitHub
- URL: https://github.com/davidegrayson/mingw-packages-deg
- Owner: DavidEGrayson
- Created: 2015-04-19T05:38:07.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-06-12T08:47:18.000Z (almost 10 years ago)
- Last Synced: 2025-08-20T06:02:16.270Z (9 months ago)
- Language: Shell
- Size: 268 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository holds the files needed to build my the MinGW-based packaged I provide for [MSYS2](http://msys2.github.io/).
This is for software that I am interested in running in MSYS2 which is not part of [Alexpux's MINGW-Packages](https://github.com/Alexpux/MINGW-packages) repository.
To build them, run an MSYS2 shell, navigate to the directory of the package you want to build, and then run `makepkg-mingw`.
The `MINGW_INSTALLS` variable can be set to `mingw64` if you only want to build the win64 version, or `mingw32` if you only want to build the win32 version.
To install the built package on your system, run something like:
pacman -U *.pkg.tar.xz