mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 03:48:38 +02:00
simplifying text
This commit is contained in:
parent
73aa73fd58
commit
18ce012d7a
1 changed files with 1 additions and 2 deletions
|
@ -77,8 +77,7 @@ On a fresh Ubuntu 13.10 install, get these requirements from Ubuntu repositories
|
||||||
|
|
||||||
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. It's
|
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,
|
recommended to set the variable automatically on each shell instance to save this task in the future:
|
||||||
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue