Update apt-get install List

Copy the current set of required packages from
https://github.com/debauchee/barrier/wiki/Building-on-Linux

sudo apt install git cmake make xorg-dev g++ libcurl4-openssl-dev \
                 libavahi-compat-libdnssd-dev libssl-dev libx11-dev \
                 libqt4-dev qtbase5-dev

This is following a failure of:
E: Unable to locate package  libxtst-dev

From the AppVeyor build.  The Travis build is debian, the AppVeyor one
is Ubuntu 18.04 at present.
This commit is contained in:
Thomas A. F. Thorne 2019-02-07 09:31:08 +00:00
parent 1656142e03
commit 0d5702ca69
No known key found for this signature in database
GPG Key ID: F5CB28A9146B3180
1 changed files with 4 additions and 4 deletions

View File

@ -26,10 +26,10 @@ install:
- echo The Install has started...
- sh: echo ... for Linux
- cmd: echo ... for Windows
- sh: sudo apt-get update && sudo apt-get install \
libxtst-dev
qtdeclarative5-dev
libavahi-compat-libdnssd-dev
- sh: sudo apt-get update && sudo apt-get install
git cmake make xorg-dev g++ libcurl4-openssl-dev \
libavahi-compat-libdnssd-dev libssl-dev libx11-dev \
libqt4-dev qtbase5-dev
##### Build Phase #####