Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artcom/homebrew-y60
Contains Taps for homebrew y60 (and relevant dependencies from a+c)
https://github.com/artcom/homebrew-y60
Last synced: about 1 month ago
JSON representation
Contains Taps for homebrew y60 (and relevant dependencies from a+c)
- Host: GitHub
- URL: https://github.com/artcom/homebrew-y60
- Owner: artcom
- Created: 2013-04-12T11:32:43.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-05-23T12:03:12.000Z (over 6 years ago)
- Last Synced: 2024-11-07T06:36:17.643Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 26
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homebrew-y60
This repository contains the y60 engine plus dependencies as formulae for [Homebrew](https://github.com/mxcl/homebrew).
Y60 is a 3d opengl rendering engine by ART+COM (http://y60.artcom.de)
## Current Versions
- asl (1.0.9)
- acmake (1.0.9)
- y60 (1.0.9)
- watchdog (1.0.9)
- tuio_cpp (1.4)
- cclib (head of master branch)Dependencies: tbd
## Installing Homebrew-y60 Formulae
Just `brew tap artcom/y60` and then `brew install `.
You can also install a specific forumlare directly via URL:
```
brew install https://raw.github.com/artcom/homebrew-y60/master/.rb
```## Docs
`brew help`, `man brew`, or the Homebrew [wiki][].[wiki]:http://wiki.github.com/mxcl/homebrew
## Troubleshooting
- if, for some reason, version 1.0.8 has to be installed [x] on Mavericks please checkout branch '108_mavericks'
## Development
while editing the formulae guard support is provided.
run guard via
$ bundle exec guard(requires a ruby + bundler setup of course. rvm is recommended)
### Ruby version and Gemset name recommendation
For convenient rvm environment setup a recommendation for ruby version and gemset name are supplied and can be activated via
$ ln -s .ruby-version.dev .ruby-version
$ ln -s .ruby-gemset.dev .ruby-gemset
$ cd .Feel free to ignore this step though and do things another way you prefer.