teh lunix > kitties, no wai
This commit is contained in:
parent
1ac4eb8bf7
commit
5b8fa74522
24
index.md
24
index.md
@ -81,6 +81,18 @@ sudo apt-get install libqt4-dev
|
|||||||
sudo apt-get install qt4-qmake
|
sudo apt-get install qt4-qmake
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
|
### Ubuntu 9.10
|
||||||
|
|
||||||
|
Running `sudo apt-get install libqt4-dev` and `sudo apt-get install qt4-qmake` will install qt4,
|
||||||
|
but it installs **version 4.5.2**, which will not be able to compile
|
||||||
|
**jasmine-headless-webkit**, as it requires Qt 4.7.X or greater.
|
||||||
|
|
||||||
|
You will need to compile qt4-qmake from source
|
||||||
|
[Qt version 4.7.0](http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-4.7.0.tar.gz).
|
||||||
|
There are excellent [directions](http://doc.qt.nokia.com/latest/install-x11.html) on how to compile
|
||||||
|
the source code. You will need to ensure Qt is exported to your $PATH before using qmake, as the source code will
|
||||||
|
install to /usr/local/Trolltech/.
|
||||||
|
|
||||||
### Mac OS X 10.6 & 10.7
|
### Mac OS X 10.6 & 10.7
|
||||||
|
|
||||||
#### MacPorts
|
#### MacPorts
|
||||||
@ -97,18 +109,6 @@ brew install qt
|
|||||||
|
|
||||||
__(you may need to use `--build-from-source` on Lion)__
|
__(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,
|
|
||||||
but it installs **version 4.5.2**, which will not be able to compile
|
|
||||||
**jasmine-headless-webkit**, as it requires Qt 4.7.X or greater.
|
|
||||||
|
|
||||||
You will need to compile qt4-qmake from source
|
|
||||||
[Qt version 4.7.0](http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-4.7.0.tar.gz).
|
|
||||||
There are excellent [directions](http://doc.qt.nokia.com/latest/install-x11.html) on how to compile
|
|
||||||
the source code. You will need to ensure Qt is exported to your $PATH before using qmake, as the source code will
|
|
||||||
install to /usr/local/Trolltech/.
|
|
||||||
|
|
||||||
### My OS isn't on here!
|
### My OS isn't on here!
|
||||||
[`capybara-webkit`](https://github.com/thoughtbot/capybara-webkit) has the best instructions for installing Qt on various other
|
[`capybara-webkit`](https://github.com/thoughtbot/capybara-webkit) has the best instructions for installing Qt on various other
|
||||||
systems that may not be covered here.
|
systems that may not be covered here.
|
||||||
|
Loading…
Reference in New Issue
Block a user