Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cosmo0920/homebrew-mingw_w64
unofficial mingw-w64 Homebrew sub-command and Formulae. These formulae have been superseded by homebrew's mingw-w64.rb.
https://github.com/cosmo0920/homebrew-mingw_w64
homebrew mingw ruby
Last synced: about 1 month ago
JSON representation
unofficial mingw-w64 Homebrew sub-command and Formulae. These formulae have been superseded by homebrew's mingw-w64.rb.
- Host: GitHub
- URL: https://github.com/cosmo0920/homebrew-mingw_w64
- Owner: cosmo0920
- License: mit
- Archived: true
- Created: 2014-08-22T16:36:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-16T11:59:29.000Z (about 7 years ago)
- Last Synced: 2024-08-04T08:08:05.399Z (5 months ago)
- Topics: homebrew, mingw, ruby
- Language: Ruby
- Homepage:
- Size: 81.1 KB
- Stars: 49
- Watchers: 6
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Homebrew Mingw-w64 Formulae
===## Sub command
Unofficial Homebrew user-defined sub-command.
To use this sub-command:
```bash
$ brew tap cosmo0920/mingw_w64
```and then,
```bash
$ brew install-mingw-w64
```Finally, you can install `mingw-w64` named keg cellar.
You can uninstall this cellar with `brew uninstall mingw-w64`.## Formulae
Unofficial Homebrew Mingw-w64 Formulae.
To use these formulae,
```bash
$ brew tap cosmo0920/mingw_w64
```and then,
```bash
$ brew install
```
### Contents* (i686|x86-64)-w64-mingw32-binutils
- install mingw-w64 binutils
* (i686|x86-64)-w64-mingw32-gcc
- install mingw-w64 cross gcc and its runtime (winpthread also included)### install dir
These formulae try to install mingw-w64 toolchain into each of `#{prefix}/libexec`.
And now, `keg_only` attributes has been removed by [pull#11](https://github.com/cosmo0920/homebrew-mingw_w64/pull/11).
You can use `mingw32-gcc`s without additional environment variables.## installing gcc, binutils, and mingw versions
* gcc 7.2.0
* binutils 2.29
* mingw 5.0.3### LICENSE
[MIT](LICENSE.txt).