aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2020-07-27 17:57:43 +0200
committerDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2020-07-27 17:57:43 +0200
commit1f24b9cb8bb7ce46c90e5c40b657c44bcedd5675 (patch)
tree9cc3a783098ea56c064403567b9acbd470960b02 /README.md
parentba72859383e4160a1c23b31bb79bd191a83772c4 (diff)
downloadRWA.Support.DesktopApp-1f24b9cb8bb7ce46c90e5c40b657c44bcedd5675.tar.gz
RWA.Support.DesktopApp-1f24b9cb8bb7ce46c90e5c40b657c44bcedd5675.tar.bz2
RWA.Support.DesktopApp-1f24b9cb8bb7ce46c90e5c40b657c44bcedd5675.zip
README.md: Add more detailed dev-environment installation instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md35
1 files changed, 30 insertions, 5 deletions
diff --git a/README.md b/README.md
index 1c59e1f..225efb0 100644
--- a/README.md
+++ b/README.md
@@ -6,12 +6,37 @@ This is a remote-support App for the desktop using Qt Quick / QML.
Installation of dev-environment
-------------------------------
-1. Install a Qt Creator and a few necessary packages
+### Install Qt Creator and necessary packages
-`sudo apt install qtcreator qt5-default qmlscene qtdeclarative5-dev`
+`sudo apt install qtcreator qt5-default qmlscene build-essential libgles2-mesa-dev qtquickcontrols2-5-dev qtdeclarative5-dev qml-module-qtquick-controls2 qml-module-qtquick-dialogs qml-module-qtquick-extras`
-2. Import the project into Qt Creator
+### Import the project into Qt Creator
-3. ???
+1. Start Qt Creator
+
+2. Click 'Projects' button -> Click 'Open project' button
+
+3. Navigate to your cloned 'remote-support-desktop' git directory
+
+4. Select `remote-support-desktop.pro` file
+
+### In Qt Creator while in remote-support-desktop project:
+
+1. Try pressing CTRL and R (Building and running the project)
+
+2. If Qt Creator asks for an executable file in a dialog box proceed with next step
+
+### Run settings
+
+1. In the left bar click on 'Projects'
+
+2. Then go to the 'Run' tab
+
+3. Make sure a executable file is selected
+
+4. Its usually `<build-dir>/../build-remote-support-desktop-Desktop-Debug/remote-support-desktop`
+
+5. (Make sure that you tried to build the project at least once, or else the folder won't exist yet)
+
+### Profit
-4. Profit