Added Ubuntu 18.04 step to add universe repository

This commit is contained in:
Flame Soulis 2018-09-03 08:11:15 -04:00
parent 229a3bba90
commit f509dc4af4

View file

@ -8,7 +8,14 @@ Should you choose not to install Qt5 via a package manager that handles dependen
libasound2 libxmu-dev libxi-dev freeglut3-dev libasound2-dev libjack0 libjack-dev libxrandr-dev libudev-dev libssl-dev zlib1g-dev
## Ubuntu 16.04 specific build guide
## Ubuntu 16.04/18.04 specific build guide
### Ubuntu 18.04 only
Add the universe repository (not enabled by default on the server edition):
```bash
sudo add-apt-repository universe
sudo apt-get update
```
### Prepare environment
hifiqt5.10.1
@ -33,6 +40,7 @@ Install build tools:
sudo apt install cmake
```
### Get code and checkout the tag you need
Clone this repository: