From 87c84751081b13a44c6186f155cf1097aed309cd Mon Sep 17 00:00:00 2001 From: John Bintz Date: Mon, 29 Aug 2011 09:59:46 -0400 Subject: [PATCH] homebrew info --- index.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/index.md b/index.md index a5aade4..e2ac515 100644 --- a/index.md +++ b/index.md @@ -49,7 +49,7 @@ to use the Jasmine gem: Installation requires Qt 4.7. `jasmine-headless-webkit` has been tested in the following environments: -* Mac OS X 10.6, with MacPorts Qt and Nokia Qt.mpkg +* Mac OS X 10.6, with MacPorts Qt, Homebrew Qt and Nokia Qt.mpkg * Kubuntu 10.10 and 10.04 * Ubuntu 11.04 9.10 * Arch Linux @@ -83,10 +83,20 @@ sudo apt-get install qt4-qmake ### Mac OS X 10.6 +#### MacPorts + ``` bash sudo port install qt4-mac ``` +#### Homebrew + +``` bash +brew install qt +``` + +__(you may need to use `--build-from-source` on Lion)__ + ### Ubuntu 9.10 Running `sudo apt-get install libqt4-dev` and `sudo apt-get install qt4-qmake` will install qt4,