diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 16abd95d..73fd64b9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,9 @@ Every changes to ScreenPlay are done via Gitlab issues and merge requests (pull ### Development -1. Accept the [Contributing Agreement](https://gitlab.com/kelteseth/ScreenPlay). +1. Accept the Contributing Agreement: + * [For regular contributors](https://gitlab.com/kelteseth/ScreenPlay/blob/dev/Legal/individual_contributor_license_agreement.md) + * [For members of a company](https://gitlab.com/kelteseth/ScreenPlay/blob/dev/Legal/corporate_contributor_license_agreement.md) 2. Download and set up ScreenPlay as described in the main [Readme](https://gitlab.com/kelteseth/ScreenPlay). 2. Choose an issue to work on: * Your own ideas or thinks you want to improve. Alternatively you can tackle existing open issues: diff --git a/README.md b/README.md index e49fbec1..90a1f453 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@
-ScreenPlay is an open source cross platform 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 +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
Visit our Developer Documentation and our Getting Started Guide!

Download ScreenPlay!

@@ -32,8 +32,8 @@ git clone --recursive https://gitlab.com/kelteseth/ScreenPlay.git 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.13.0 - - MSVC 2019 (updated MSVC 2017 should work too) 64-bit + - Qt 5.13.0 + - MSVC 2017 64-bit - Qt WebEngine - Tools - Qt Creator 4.x CDB Debugger Support @@ -56,7 +56,7 @@ sudo zypper install -t pattern devel_basis 2. [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.13.0 + - Qt 5.13.0 - GCC - Qt WebEngine ### OSX @@ -66,6 +66,6 @@ sudo zypper install -t pattern devel_basis 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.13.0 + - Qt 5.13.0 - Qt WebEngine 4. Change your default kit: QtCreator -> Options -> Kits -> Select your default kit (Desktop Qt 5.13.0) -> Change c and c++ Compiler to Apple Clang (x86_64) \ No newline at end of file