diff options
author | Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de> | 2020-07-17 16:45:27 +0200 |
---|---|---|
committer | Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de> | 2020-07-17 16:45:27 +0200 |
commit | 6b94f69f6d2832ec503d1cb4328b601837f90349 (patch) | |
tree | 16728260cad51b557a33c3ae6d68ea3da62e070c | |
parent | 7b1fb0a0d1aed0572eb69a88b2d62ca3f6631056 (diff) | |
download | RWA.Support.DesktopApp-6b94f69f6d2832ec503d1cb4328b601837f90349.tar.gz RWA.Support.DesktopApp-6b94f69f6d2832ec503d1cb4328b601837f90349.tar.bz2 RWA.Support.DesktopApp-6b94f69f6d2832ec503d1cb4328b601837f90349.zip |
Add basic dev setup instructions
-rw-r--r-- | README.md | 21 |
1 files changed, 20 insertions, 1 deletions
@@ -1,3 +1,22 @@ # Remote-Support-Desktop -This is a remote-support App for the desktop using Qt Quick
\ No newline at end of file +This is a remote-support App for the desktop using Qt Quick + + +Installation of dev-environment +------------------------------- + +1. Install a Qt Creator and a few necessary packages + + +:: + +sudo apt install qtcreator qt5-default qmlscene qtdeclarative5-dev + +:: + +2. Import the project into Qt Creator + +2.5. ??? + +3. Profit |