mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 19:23:04 +02:00
Updated readme file with list of required Ubuntu packages
This commit is contained in:
parent
ae3364289c
commit
4af5fc0650
1 changed files with 4 additions and 1 deletions
|
@ -71,6 +71,9 @@ 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>
|
||||
|
||||
Running Interface
|
||||
-----
|
||||
|
||||
|
@ -147,4 +150,4 @@ To access your local domain in Interface, open your Preferences -- on OS X this
|
|||
If everything worked you should see "Servers: 3" in the upper right. Nice work!
|
||||
|
||||
In the voxel-server/src directory you will find a README that explains in
|
||||
further detail how to setup and administer a voxel-server.
|
||||
further detail how to setup and administer a voxel-server.
|
||||
|
|
Loading…
Reference in a new issue