From d3e43640105a5bea8a3214ad8d5f077c1372f79b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Lucr=C3=A8ce=20C=C3=A9leste?= Date: Thu, 8 Nov 2018 20:32:43 -0500 Subject: [PATCH] Created Building on Linux (markdown) --- Building-on-Linux.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Building-on-Linux.md diff --git a/Building-on-Linux.md b/Building-on-Linux.md new file mode 100644 index 0000000..10abfba --- /dev/null +++ b/Building-on-Linux.md @@ -0,0 +1,15 @@ +--- + +## Ubuntu/Debian/Raspbian: Build from source + +``` +sudo apt update && sudo apt upgrade +sudo apt install git cmake make xorg-dev g++ libcurl4-openssl-dev \ + libavahi-compat-libdnssd-dev libssl-dev libx11-dev \ + libqt4-dev qtbase5-dev +git clone git@github.com:debauchee/barrier.git +cd barrier +./clean_build.sh +cd build +sudo make install # installs to /usr/local/ +``` \ No newline at end of file