/yaffey

Automatically exported from code.google.com/p/yaffey

Primary LanguageC++

yaffey

Automatically exported from code.google.com/p/yaffey

##Building Yaffey on Mac:

brew install qt #install qt version 4.x
git clone https://github.com/danielkutik/yaffey.git
cd yaffey
qmake
make
mv yaffey.app /Applications/

See also: http://askubuntu.com/a/281178/11339