mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-05 00:06:58 +02:00
Merge pull request #1790 from kordero/master
Readme: Updated Ubuntu dependencies
This commit is contained in:
commit
cea2f9414a
1 changed files with 9 additions and 2 deletions
11
README.md
11
README.md
|
@ -71,8 +71,15 @@ We have successfully built on OS X 10.8, Ubuntu and a few other modern Linux
|
|||
distributions. A Windows build is planned for the future, but not currently in
|
||||
development.
|
||||
|
||||
On a fresh Ubuntu 13.10 install, these are all the packages you need to grab and build the hifi project:
|
||||
<pre>sudo apt-get install build-essential cmake git libcurl4-openssl-dev libqt5scripttools5 libqt5svg5-dev libqt5webkit5-dev libqt5location5 qtlocation5-dev qtdeclarative5-dev qtscript5-dev qtsensors5-dev qtmultimedia5-dev qtquick1-5-dev libasound2 libxmu-dev libxi-dev freeglut3-dev libasound2-dev libjack-dev</pre>
|
||||
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
|
||||
|
||||
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
|
||||
recommended to set the variable automatically on each shell instance to save this task in the future:
|
||||
|
||||
echo 'export QT_CMAKE_PREFIX_PATH=~/Qt5.2.0/5.2.0/gcc_64/lib/cmake' >> ~/.bashrc
|
||||
|
||||
Running Interface
|
||||
-----
|
||||
|
|
Loading…
Reference in a new issue