From 5b8fa74522f21f631591e9cd04840362b0eb68ab Mon Sep 17 00:00:00 2001 From: John Bintz Date: Mon, 29 Aug 2011 10:04:15 -0400 Subject: [PATCH] teh lunix > kitties, no wai --- index.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/index.md b/index.md index 2ffc1f6..c20baa7 100644 --- a/index.md +++ b/index.md @@ -81,6 +81,18 @@ sudo apt-get install libqt4-dev sudo apt-get install qt4-qmake {% 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 #### MacPorts @@ -97,18 +109,6 @@ 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, -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! [`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.