MINGW-packages

Package scripts for MinGW-w64 targets to build under MSYS2.

  • 所有者: msys2/MINGW-packages
  • 平台:
  • 許可證: BSD 3-Clause "New" or "Revised" License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

MINGW-packages

Gitter chat  
AppVeyor status  
Azure status  

This repository contains package scripts for MinGW-w64 targets to build under MSYS2.

MSYS2 is an independent rewrite of MSYS providing a Unix-like environment and command-line interface for Windows making it possible to port software running on POSIX systems (such as Linux, BSD, and Unix systems) to Windows.

Documentation

See the MSYS2 wiki.

Using packages

You have two options if you want to use these packages:

  1. Either you can use a pre-built binary package from the MSYS2 MINGW64 repo (which includes the binaries, libraries, headers, man pages), and install it on your machine, and build against those packages/libraries as you are porting/writing your software.

Assuming you have a properly installed MSYS2 environment, you can install the pre-built binary package by using the following command from the bash prompt:

   pacman -S ${package-name}

Please note: Not all the packages in this repository are built and accessible from the MSYS2 MINGW64 repo right away, after merging changes to the git repository it can take a few days until compiled and built packages are accessible in the repo. Also for some packages you can find older versions in the repo if you need older version, for some packages you have only the most recent version.

  1. Second option is to download or clone the package folder with the scripts to your machine and you build it 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

Creating packages

See the MSYS2 wiki for instructions and advice about creating MINGW-packages.

License

MSYS2-packages is licensed under BSD 3-Clause "New" or "Revised" License.
A full copy of the license is provided in LICENSE.

主要指標

概覽
名稱與所有者msys2/MINGW-packages
主編程語言Shell
編程語言Shell (語言數: 15)
平台
許可證BSD 3-Clause "New" or "Revised" License
所有者活动
創建於2013-11-16 13:47:02
推送於2025-06-03 16:42:36
最后一次提交2025-06-03 17:55:14
發布數1
最新版本名稱srcinfo-cache (發布於 )
第一版名稱srcinfo-cache (發布於 )
用户参与
星數2.5k
關注者數93
派生數1.3k
提交數50k
已啟用問題?
問題數4251
打開的問題數627
拉請求數18456
打開的拉請求數94
關閉的拉請求數1387
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?