fix code blocks

This commit is contained in:
John Bintz 2011-08-29 10:02:27 -04:00
parent 87c8475108
commit 858a0cba64

View File

@ -76,24 +76,24 @@ If you receive a different message, you can install qt4-qmake using one of the f
### Ubuntu 11.04 ### Ubuntu 11.04
``` bash {% highlight bash %}
sudo apt-get install libqt4-dev sudo apt-get install libqt4-dev
sudo apt-get install qt4-qmake sudo apt-get install qt4-qmake
``` {% endhighlight %}
### Mac OS X 10.6 ### Mac OS X 10.6
#### MacPorts #### MacPorts
``` bash {% highlight bash %}
sudo port install qt4-mac sudo port install qt4-mac
``` {% endhighlight %}
#### Homebrew #### Homebrew
``` bash {% highlight bash %}
brew install qt brew install qt
``` {% endhighlight %}
__(you may need to use `--build-from-source` on Lion)__ __(you may need to use `--build-from-source` on Lion)__