homebrew info
This commit is contained in:
parent
3a58e6f0f8
commit
87c8475108
12
index.md
12
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:
|
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
|
* Kubuntu 10.10 and 10.04
|
||||||
* Ubuntu 11.04 9.10
|
* Ubuntu 11.04 9.10
|
||||||
* Arch Linux
|
* Arch Linux
|
||||||
@ -83,10 +83,20 @@ sudo apt-get install qt4-qmake
|
|||||||
|
|
||||||
### Mac OS X 10.6
|
### Mac OS X 10.6
|
||||||
|
|
||||||
|
#### MacPorts
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
sudo port install qt4-mac
|
sudo port install qt4-mac
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Homebrew
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
brew install qt
|
||||||
|
```
|
||||||
|
|
||||||
|
__(you may need to use `--build-from-source` on Lion)__
|
||||||
|
|
||||||
### Ubuntu 9.10
|
### Ubuntu 9.10
|
||||||
|
|
||||||
Running `sudo apt-get install libqt4-dev` and `sudo apt-get install qt4-qmake` will install qt4,
|
Running `sudo apt-get install libqt4-dev` and `sudo apt-get install qt4-qmake` will install qt4,
|
||||||
|
Loading…
Reference in New Issue
Block a user