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:
parent
1656142e03
commit
0d5702ca69
|
@ -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 #####
|
||||
|
||||
|
|
Loading…
Reference in New Issue