From 1359d2d0929b733a36d1ac49ff54c3b862dcd7e0 Mon Sep 17 00:00:00 2001 From: "Elias Steurer (Kelteseth)" Date: Tue, 4 Dec 2018 12:40:26 +0000 Subject: [PATCH 1/7] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a9bcf84b..5a35c275 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ -
+
+ + # Requirements ### Windows 1. [Download and install MSVC 2017 Community](https://visualstudio.microsoft.com/vs/community/) From 88bd84845d7329ca2c32bb15f5a2ebd555fcdc6f Mon Sep 17 00:00:00 2001 From: "Elias Steurer (Kelteseth)" Date: Tue, 4 Dec 2018 12:57:54 +0000 Subject: [PATCH 2/7] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a35c275..6404a25f 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,17 @@
+
+ScreenPlay is an open source cross plattform app for displaying Wallpaper, Widgets and AppDrawer. It is written in modern C++17/Qt5/QML. Binaries with workshop support are available for Windows/Linux/MacOSX via Steam. +Join our community: Homepage, Forum, Discord +
+

Download ScreenPlay!

+
+
-# Requirements + +# Contributing requirements ### Windows 1. [Download and install MSVC 2017 Community](https://visualstudio.microsoft.com/vs/community/) 2. [Download and install Win 10 SDK (debugging support. Not included via the MSVC installer)](https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk) From 790137838f3e1b35344212911a9483b72463fbf2 Mon Sep 17 00:00:00 2001 From: "Elias Steurer (Kelteseth)" Date: Tue, 4 Dec 2018 12:59:49 +0000 Subject: [PATCH 3/7] Deleted ProtocolBuffers/ProtocolBuffers.pro --- ProtocolBuffers/ProtocolBuffers.pro | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 ProtocolBuffers/ProtocolBuffers.pro diff --git a/ProtocolBuffers/ProtocolBuffers.pro b/ProtocolBuffers/ProtocolBuffers.pro deleted file mode 100644 index e69de29b..00000000 From 6397c019dae8481744d1bcd7f9aba30b15d98939 Mon Sep 17 00:00:00 2001 From: "Elias Steurer (Kelteseth)" Date: Tue, 4 Dec 2018 13:02:12 +0000 Subject: [PATCH 4/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6404a25f..a34c15ce 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@
-ScreenPlay is an open source cross plattform app for displaying Wallpaper, Widgets and AppDrawer. It is written in modern C++17/Qt5/QML. Binaries with workshop support are available for Windows/Linux/MacOSX via Steam. +ScreenPlay is an open source cross plattform app for displaying Wallpaper, Widgets and AppDrawer. It is written in modern C++17/Qt5/QML. Binaries with workshop support are available for Windows/Linux/MacOSX via Steam. Join our community: Homepage, Forum, Discord

Download ScreenPlay!

From 4aefcdc5218c75ceb5cd9865d189ceec919fb138 Mon Sep 17 00:00:00 2001 From: "Elias Steurer (Kelteseth)" Date: Tue, 4 Dec 2018 13:13:02 +0000 Subject: [PATCH 5/7] Add submodule text Add XCode text --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a34c15ce..24553cb8 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,15 @@ Join our community: Homepage, Date: Tue, 4 Dec 2018 17:13:44 +0000 Subject: [PATCH 6/7] Fix content @mrminimal --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 24553cb8..a652eb6f 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,12 @@ Join our community: Homepage, Date: Tue, 4 Dec 2018 17:18:58 +0000 Subject: [PATCH 7/7] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a652eb6f..2ae27946 100644 --- a/README.md +++ b/README.md @@ -52,16 +52,13 @@ sudo zypper install -t pattern devel_basis - Qt 5.11.2 - GCC - Qt WebEngine - - Tools - - Qt Creator 4.x CDB Debugger Support ### OSX 1. Install XCode via the app store 2. Launch XCode and install the XCode command line tools. (This may take a few minutes) - If in doubt or unsure, execute 'xcode-select --install' -2. [Download and install Qt 5 binary installer from qt.io](https://www.qt.io/download-qt-installer) +3. [Download and install Qt 5 binary installer from qt.io](https://www.qt.io/download-qt-installer) - Install the Maintaince tool - Select the following features to install: - Qt 5.11.2 - Qt WebEngine - - Tools - - Qt Creator 4.x CDB Debugger Support \ No newline at end of file +4. Change your default kit: QtCreator -> Options -> Kits -> Select your default kit (Desktop Qt 5.11.2) -> Change c and c++ Compiler to Apple Clang (x86_64) \ No newline at end of file