GithubHelp home page GithubHelp logo

classicvalues / mingw-packages Goto Github PK

View Code? Open in Web Editor NEW

This project forked from git-for-windows/mingw-packages

1.0 0.0 0.0 27.91 MB

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

License: BSD 3-Clause "New" or "Revised" License

Shell 92.40% Makefile 0.61% CMake 0.15% C 3.41% QMake 0.28% Batchfile 0.40% QML 0.01% M4 0.01% Lua 0.57% Roff 0.49% Python 1.65% Assembly 0.01%

mingw-packages's Introduction

MINGW-packages

TeaCI status AppVeyor 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

If you want to read about using MINGW-packages or developing MINGW-packages yourself, you can start at 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 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

TBD

mingw-packages's People

Contributors

achadwick avatar adsun701 avatar alexpux avatar alexwmf avatar bjlemke avatar davidegrayson avatar diegosogari avatar dscho avatar ede123 avatar elieux avatar emmenlau avatar filnet avatar fracting avatar holgern avatar jpetermugaas avatar juergenpf avatar krullborg avatar lazka avatar lhmouse avatar martell avatar mati865 avatar mingwandroid avatar mkae avatar nacho avatar nazar554 avatar optiligence avatar peterbud avatar renatosilva avatar sergppov avatar vszakats avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.