update the doc

This commit is contained in:
Kevin Yue
2021-09-18 21:44:40 +08:00
parent c84a2abb14
commit bd63e00b32
5 changed files with 78 additions and 41 deletions

9
scripts/install-fedora.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash -e
sudo dnf install -y \
qt5-qtbase-devel \
qt5-qtwebengine-devel \
qt5-qtwebsockets-devel \
openconnect
./install.sh

9
scripts/install-opensuse.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash -e
sudo zypper install -y \
libqt5-qtbase-devel \
libqt5-qtwebsockets-devel \
libqt5-qtwebengine-devel \
openconnect
./install.sh

11
scripts/install-ubuntu.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash -e
sudo apt update
sudo apt install -y \
build-essential \
qtbase5-dev \
libqt5websockets5-dev \
qtwebengine5-dev \
openconnect
./install.sh

View File

@@ -2,4 +2,6 @@
./cmakew -B build
./cmakew --build build
sudo ./cmakew --install build
sudo ./cmakew --install build
echo "Done. You can open it from the application dashboard.