This repository contains the y60 engine plus dependencies as formulae for Homebrew.
Y60 is a 3d opengl rendering engine by ART+COM (http://y60.artcom.de)
- 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
Just brew tap artcom/y60
and then brew install <formula>
.
You can also install a specific forumlare directly via URL:
brew install https://raw.github.com/artcom/homebrew-y60/master/<formula>.rb
brew help
, man brew
, or the Homebrew wiki.
- if, for some reason, version 1.0.8 has to be installed [x] on Mavericks please checkout branch '108_mavericks'
while editing the formulae guard support is provided.
run guard via
$ bundle exec guard
(requires a ruby + bundler setup of course. rvm is recommended)
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.