[docs] add libavahi-client-dev to Ubuntu build dependencies

This commit is contained in:
Tobias Bernard
2017-12-22 23:30:06 +00:00
parent 4964d03e1f
commit 8a7abc3175

View File

@@ -39,7 +39,7 @@ It's still early days, but we have exciting plans for the future. While Teleport
``` ```
#### Ubuntu #### Ubuntu
``` ```
apt install pkg-config libsoup2.4-dev libavahi-client3 libgtk-3-dev meson apt install pkg-config libsoup2.4-dev libavahi-client3 libavahi-client-dev libgtk-3-dev meson
git clone https://github.com/frac-tion/teleport.git git clone https://github.com/frac-tion/teleport.git
cd teleport cd teleport
./configure ./configure