https://github.com/klauer/homebrew-epics
Homebrew and Linuxbrew tap for EPICS things
https://github.com/klauer/homebrew-epics
Last synced: 3 months ago
JSON representation
Homebrew and Linuxbrew tap for EPICS things
- Host: GitHub
- URL: https://github.com/klauer/homebrew-epics
- Owner: klauer
- Created: 2016-08-25T21:50:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-08T05:02:32.000Z (over 7 years ago)
- Last Synced: 2025-01-17T16:52:07.087Z (5 months ago)
- Language: Ruby
- Homepage:
- Size: 25.4 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# homebrew-epics
Homebrew tap for EPICS things## Installation
Works on OS X [Homebrew](http://brew.sh/) and Linux with [linuxbrew](http://linuxbrew.sh/).
1. First install brew or linuxbrew
2. Then```bash
$ brew tap klauer/epics
$ brew install epics-motor
```## areaDetector
To install areaDetector, you may need to tap `homebrew/science` as well.
```bash
$ brew tap homebrew/science# install R2-4 with the following:
$ brew install epics-area-detector2 --HEAD# install R1-9-1 with the following:
$ brew install epics-area-detector1
```