Updated Building on Linux (markdown)
parent
007ba6b56e
commit
1579350f92
|
@ -6,7 +6,9 @@ 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
|
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
|
# 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