mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 01:24:36 +02:00
Revised Qt statement and Improved 18.04 step format
This commit is contained in:
parent
f509dc4af4
commit
03051c0916
1 changed files with 3 additions and 3 deletions
|
@ -11,15 +11,15 @@ Should you choose not to install Qt5 via a package manager that handles dependen
|
||||||
## Ubuntu 16.04/18.04 specific build guide
|
## Ubuntu 16.04/18.04 specific build guide
|
||||||
|
|
||||||
### Ubuntu 18.04 only
|
### Ubuntu 18.04 only
|
||||||
Add the universe repository (not enabled by default on the server edition):
|
Add the universe repository:
|
||||||
|
_(This is not enabled by default on the server edition)_
|
||||||
```bash
|
```bash
|
||||||
sudo add-apt-repository universe
|
sudo add-apt-repository universe
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
```
|
```
|
||||||
|
|
||||||
### Prepare environment
|
### Prepare environment
|
||||||
hifiqt5.10.1
|
Install Qt 5.10.1:
|
||||||
Install qt:
|
|
||||||
```bash
|
```bash
|
||||||
wget http://debian.highfidelity.com/pool/h/hi/hifiqt5.10.1_5.10.1_amd64.deb
|
wget http://debian.highfidelity.com/pool/h/hi/hifiqt5.10.1_5.10.1_amd64.deb
|
||||||
sudo dpkg -i hifiqt5.10.1_5.10.1_amd64.deb
|
sudo dpkg -i hifiqt5.10.1_5.10.1_amd64.deb
|
||||||
|
|
Loading…
Reference in a new issue