From 6b94f69f6d2832ec503d1cb4328b601837f90349 Mon Sep 17 00:00:00 2001 From: Daniel Teichmann Date: Fri, 17 Jul 2020 16:45:27 +0200 Subject: Add basic dev setup instructions --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index b952581..0cf8ecf 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3