Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 289 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 289 Bytes

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