Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qgis/homebrew-qgisdev
Homebrew recipes for QGIS and MacOS
https://github.com/qgis/homebrew-qgisdev
Last synced: 8 days ago
JSON representation
Homebrew recipes for QGIS and MacOS
- Host: GitHub
- URL: https://github.com/qgis/homebrew-qgisdev
- Owner: qgis
- Archived: true
- Created: 2016-08-22T22:39:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-23T17:15:03.000Z (over 5 years ago)
- Last Synced: 2024-04-13T14:31:20.190Z (7 months ago)
- Language: Shell
- Size: 115 KB
- Stars: 39
- Watchers: 21
- Forks: 31
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# THIS REPO IS ARCHIVED
“The code and processes described in this repository have been superseded by the [OSGEO4MAC](https://github.com/OSGeo/homebrew-osgeo4mac) project.
Detailed instructions for setting up a development environment on your macOS machine are now provided in the [QGIS Install Documentation](https://github.com/qgis/QGIS/blob/master/doc/osx.t2t) (which is currently in need of updating).
Please contribute your macOS build process improvements there.”
# Homebrew-qgisdev
[![Build Status](https://travis-ci.org/qgis/homebrew-qgisdev.svg?branch=master)](https://travis-ci.org/qgis/homebrew-qgisdev)
Formulae for macOS Homebrew package manager to aid in building the development branch of QGIS.
## How do I install these formulae?
`brew install qgis/qgisdev/`Or `brew tap qgis/qgisdev` and then `brew install `.
Or install via URL (which will not receive updates):
```
brew install https://raw.githubusercontent.com/qgis/homebrew-qgisdev/master/Formula/.rb
```There may be formulae in this tap that conflict with (meant to override) formulae of the same name available in other or core `Homebrew/Homebrew-*` taps. You can *prioritize* the formulae in this tap over all others with:
```
brew tap-pin qgis/qgisdev
```## Homebrew documentation
`brew help`, `man brew` or check [Homebrew's documentation](https://github.com/Homebrew/brew/tree/master/docs#readme).## Formulae naming convention
Formulae have specific suffix naming:
* `*-dev` formulae are meant for developers/testers doing local builds
* `*-travis` formulae are meant for QGIS project automated Travis CI testing
* `no suffix` dependency formulae, for QGIS dev builds, not found in other taps## Developing QGIS using Homebrew dependencies
See: tutorial in [development/README.md](development/README.md)