Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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.