janbar / noson-app

The essential to control music from your SONOS devices on Linux platforms
GNU General Public License v3.0
340 stars 28 forks source link

Setting up a development environment #216

Closed southernsun closed 3 months ago

southernsun commented 4 months ago

Being new to QT development, but being a developer myself, do you have some pointers on where and how to start to setup a development environment? what IDE would you recommend or are you using? What is the best way to debug the application? Any guidance would be nice. Perhaps you can enable WIKI on this GitHub repository so people (like me) can add useful information such as how to setup a dev environment.

Thanks!

janbar commented 4 months ago

Use Qt creator latest version, and Qt 5.15. Then open the CMakeLists.txt and finally press the button "Compile" ...

southernsun commented 4 months ago

Thanks, i'm going to try this out. I was already busy setting up a development environment.