aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-11-04 15:43:19 +0100
committerDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-11-04 15:43:19 +0100
commit1221dfc788ed0f98841421fc7824943078e0294a (patch)
tree0a49de4f46754474681e4e0c816a3cd0674d6bf0
parentfb8aa2fe9402d7562419c7e24b2991e169825405 (diff)
downloadRWA.Support.DesktopApp-1221dfc788ed0f98841421fc7824943078e0294a.tar.gz
RWA.Support.DesktopApp-1221dfc788ed0f98841421fc7824943078e0294a.tar.bz2
RWA.Support.DesktopApp-1221dfc788ed0f98841421fc7824943078e0294a.zip
README.md: Update instructions for Debian 11 Bullseye.
-rw-r--r--README.md22
1 files changed, 9 insertions, 13 deletions
diff --git a/README.md b/README.md
index c06f5fb..5dc4f57 100644
--- a/README.md
+++ b/README.md
@@ -7,15 +7,12 @@ by the IT support team.
The RWA.Support.DesktopApp has been implemented using Qt Quick / QML.
-Building the project
---------------------
+Building the project on Debian 11 Bullseye
+------------------------------------------
### Install dependencies
-`sudo apt install qmlscene build-essential \
- libgles2-mesa-dev qtquickcontrols2-5-dev qtdeclarative5-dev \
- qml-module-qtquick-controls2 qml-module-qtquick-dialogs \
- qml-module-qtquick-extras`
+`sudo apt install qmlscene build-essential libgles2-mesa-dev qtquickcontrols2-5-dev qtdeclarative5-dev qml-module-qtquick-controls2 qml-module-qtquick-dialogs qml-module-qtquick-extras`
<!-- ### Cross compiling. RWA is not available for windows at the moment!
@@ -25,8 +22,7 @@ https://stackoverflow.com/questions/10934683/how-do-i-configure-qt-for-cross-com
### Clone this repo
-`git clone
- https://gitlab.das-netzwerkteam.de/remotewebapp/rwa.support.desktopapp.git`
+`git clone https://gitlab.das-netzwerkteam.de/remotewebapp/rwa.support.desktopapp.git`
### Making the Makefile
@@ -45,8 +41,8 @@ qmake should have made a `Makefile` now which can be used by `make` to build an
1. `./rwa-support-desktopapp`
-Installation of dev-environment
--------------------------------
+Installation of dev-environment on Debian 11 Bullseye
+-----------------------------------------------------
### Clone this repo
@@ -55,7 +51,7 @@ Installation of dev-environment
### Install Qt Creator and necessary packages
-`sudo apt install qtcreator qt5-default qmlscene build-essential
+`sudo apt install qtcreator qt5-qmake qmlscene build-essential
libgles2-mesa-dev qtquickcontrols2-5-dev qtdeclarative5-dev
qml-module-qtquick-controls2 qml-module-qtquick-dialogs
qml-module-qtquick-extras`
@@ -99,8 +95,8 @@ This project is licensed under the GNU General Public License version 2 or (at y
The copyright holders of this project are
-Copyright 2020-2021 Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de>
-Copyright 2020-2021 Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
+Copyright 2020-2021 Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de>
+Copyright 2020-2021 Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
For further license information, see the LICENSE file in this project or
consult the invidiual license headers of the files of this project.