joining paragraphs

This commit is contained in:
Lucas Crisman 2014-01-31 17:00:27 -03:00
parent fd07449195
commit 73aa73fd58

View file

@ -76,9 +76,9 @@ On a fresh Ubuntu 13.10 install, get these requirements from Ubuntu repositories
sudo apt-get install build-essential cmake git libcurl4-openssl-dev libasound2 libxmu-dev libxi-dev freeglut3-dev libasound2-dev libjack-dev sudo apt-get install build-essential cmake git libcurl4-openssl-dev libasound2 libxmu-dev libxi-dev freeglut3-dev libasound2-dev libjack-dev
Then [download lastest Qt packages](http://qt-project.org/downloads), untar/install to your prefered path Then [download lastest Qt packages](http://qt-project.org/downloads), untar/install to your prefered path
and set your `QT_CMAKE_PREFIX_PATH` environment variable as described above in the CMake section. and set your `QT_CMAKE_PREFIX_PATH` environment variable as described above in the CMake section. It's
recommended that you set the variable automatically on each shell instance to save this task in the future,
It's recommended that you set the variable automatically on each shell instance to save this task in the future, such as: such as:
echo 'export QT_CMAKE_PREFIX_PATH=~/Qt5.2.0/5.2.0/gcc_64/lib/cmake' >> ~/.bashrc echo 'export QT_CMAKE_PREFIX_PATH=~/Qt5.2.0/5.2.0/gcc_64/lib/cmake' >> ~/.bashrc