I have got so far as:
Now you are ready to actually install armory-qt!
$ brew install wysenynja/bitcoin/armory-qt
At this point my installer fails - I have tried everything my extremely limited knowledge can think of, but QT is failing (I think because I have Mavericks DP5).
I have now cloned the source from the Qt Git, compiled and successfully installed Qt5. However when I go to run:
Now you are ready to actually install armory-qt!
$ brew install wysenynja/bitcoin/armory-qt
It is still looking for a version of Qt in the brew directories (I think), as it begins to download Qt 4.8.2 from brew repositories, how can I tell it to use the version of Qt I have compiled and downloaded from source (5.0.1)?
Sorry, I am quite new to all this terminal business