1
Building in QtCreator on Windows
Daniel Brunner edited this page 2018-01-10 18:11:17 +01:00

We do not support Microsoft's compilers. We always try to make sure that our source does not build under any microsoft compilers.

Getting the source

You should clone the repo using git. As windows is not a real operating system you need to get 3rd party tools to get git support. GitHub offers a very nice git client with gui. If you dont want to install this, you also can download the current master branch as a ZIP file.

image image

Installing Qt and QtCreator

Head over to the Qt downloads page and download the installer.

TODO