mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
Seen on a fresh Debian 11 install: CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5Config.cmake:28 (find_package): Could not find a package configuration file provided by "Qt5LinguistTools" ...
14 lines
229 B
Bash
Executable File
14 lines
229 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
sudo apt-get update
|
|
sudo apt-get install -y \
|
|
build-essential \
|
|
qtbase5-dev \
|
|
libqt5websockets5-dev \
|
|
qtwebengine5-dev \
|
|
qttools5-dev \
|
|
openconnect \
|
|
libqt5keychain1
|
|
|
|
./scripts/install.sh
|