diff options
author | Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de> | 2021-08-10 12:20:34 +0200 |
---|---|---|
committer | Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de> | 2021-08-10 12:25:22 +0200 |
commit | 9327a4cae74a77e6688ce77194782a447d57f079 (patch) | |
tree | 2d65a56aaf83d49aba54bc60cc5ef55db87e730f | |
parent | 607edbcd8689ea71ec57340204ed3d908a7cadbb (diff) | |
download | RWA.Support.DesktopApp-9327a4cae74a77e6688ce77194782a447d57f079.tar.gz RWA.Support.DesktopApp-9327a4cae74a77e6688ce77194782a447d57f079.tar.bz2 RWA.Support.DesktopApp-9327a4cae74a77e6688ce77194782a447d57f079.zip |
README.md: Remove cross compiling section since rwa-support-desktop is not available for other OS's
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -18,10 +18,10 @@ Building the project qml-module-qtquick-extras` -### Cross compiling +<!-- ### Cross compiling. RWA is not available for windows at the moment! To cross compile from linux to windows for example please look at this source -https://stackoverflow.com/questions/10934683/how-do-i-configure-qt-for-cross-compilation-from-linux-to-windows-target +https://stackoverflow.com/questions/10934683/how-do-i-configure-qt-for-cross-compilation-from-linux-to-windows-target --> ### Clone this repo @@ -53,7 +53,7 @@ Installation of dev-environment `git clone https://gitlab.das-netzwerkteam.de/remotewebapp/rwa.support.desktopapp.git` -### Install Qt Creator and necessary packages +### Install Qt Creator and necessary packages `sudo apt install qtcreator qt5-default qmlscene build-essential libgles2-mesa-dev qtquickcontrols2-5-dev qtdeclarative5-dev |