Updated Building on Linux (markdown)

Adrian Lucrèce Céleste 2019-01-22 15:09:04 -05:00
parent 6862c063f3
commit 007ba6b56e
1 changed files with 2 additions and 1 deletions

@ -5,7 +5,8 @@ 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 # this builds from master, you can get release tarballs instead if you want to build from a specific tag/release
git clone git@github.com:debauchee/barrier.git
# this builds from master, you can get release tarballs instead if you want to build from a specific tag/release
cd barrier
./clean_build.sh
cd build