This repository has been archived by the owner on May 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
[Tutorial] Setting up a development environment
Colin Duquesnoy edited this page Jun 24, 2017
·
20 revisions
This tutorial will guide you through the installation of the tools needed to work on MellowPlayer, it is meant for both developers and non developers.
Download and install the latest Qt SDK for your platform
In addition to Qt, ou need gcc >= 5 and libnotify development package.
To use QtWebEngine, you need to compile MellowPlayer with MSVC 2015. You can get it by installing Visual Studio Community 2015.
- Open QtCreator
- Open CMakeLists.txt from QtCreator (Open Project).
- Build the application and make sure you can run it from the IDE before you start coding.
- Open a terminal at the root of the source directory (you can do this right from within QtCreator):
This wiki is public. You are encouraged to come and share all kind of personal contributions: new pages, improvements to existing pages, or even simple corrections.