Tasks #1009

Updated by J. Moringen almost 12 years ago

Homebrew is an easy-to-use package manager that ties into MacOS and provides extensions which are usually compiled from scratch. Extensions are installed through simple build scripts, so called formulas.

While we may later try to get into the master repository, as a first step we can use the 'brew tap' feature to be installable using this system. Required steps:

* Create build jobs to create pure source archives for stable versions ✓
* Create formulas for RSC ✓, RSB ✓, RSB-Protocol ✓
* Create formulas for RSBTools, CL-Tools, RSBPython?
* Push formulas into github repo ✓
* Update documentation
* Test at least by a single user (Alexandre? David?)
* Change formulas to use artifacts from -0.7 jobs


Later on other parts of the RSX stack may also be supported.

Back