From dac3dea371ebf9e27b366f80aaf8028dd6f226f5 Mon Sep 17 00:00:00 2001 From: Julian Sparber Date: Mon, 18 Sep 2017 17:21:56 +0200 Subject: [PATCH] [doc] add better build instruction for ubuntu and archlinux --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d601346..9132292 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,25 @@ We are currently working on an MVP for a native GNOME app that only sends files, * native Android/iOS/macOS/Windows apps ## Build +Archlinux +========= ``` - cd src + pacman -S base-devel libsoup avahi gtk3 + git clone https://github.com/frac-tion/teleport.git + cd teleport/src make + ./teleport ``` +Ubuntu +====== +``` + apt install pkg-config libsoup2.4-dev libavahi-client3 libgtk-3-dev + git clone https://github.com/frac-tion/teleport.git + cd teleport/src + make + ./teleport +``` + ## License AGPLv3, because freeeeeeedom