Updated Building on Linux (markdown)
parent
6862c063f3
commit
007ba6b56e
|
@ -5,7 +5,8 @@ sudo apt update && sudo apt upgrade
|
||||||
sudo apt install git cmake make xorg-dev g++ libcurl4-openssl-dev \
|
sudo apt install git cmake make xorg-dev g++ libcurl4-openssl-dev \
|
||||||
libavahi-compat-libdnssd-dev libssl-dev libx11-dev \
|
libavahi-compat-libdnssd-dev libssl-dev libx11-dev \
|
||||||
libqt4-dev qtbase5-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
|
cd barrier
|
||||||
./clean_build.sh
|
./clean_build.sh
|
||||||
cd build
|
cd build
|
||||||
|
|
Loading…
Reference in New Issue