mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
AppImage: Fix missing libssl1.1
Add ssl to the AppImage build. Add helper script to fetch required dependancies. Update docker build container used. Signed-off-by: Paul Buxton <paubuxton.mail@googlemail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b2230855e6
commit
4b391c448d
4 changed files with 15 additions and 2 deletions
6
scripts/docker/trusty-qt512/getpackages.sh
Normal file
6
scripts/docker/trusty-qt512/getpackages.sh
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
wget https://github.com/Kitware/CMake/releases/download/v3.13.2/cmake-3.13.2-Linux-x86_64.sh
|
||||
wget http://download.qt.io/official_releases/qt/5.12/5.12.4/qt-opensource-linux-x64-5.12.4.run
|
||||
curl -O https://dbus.freedesktop.org/releases/dbus/dbus-1.12.16.tar.gz
|
||||
wget https://github.com/openssl/openssl/archive/OpenSSL_1_1_1.tar.gz
|
||||
Loading…
Add table
Add a link
Reference in a new issue