Installing QT open source
Hello,
I am new to QT. I want to learn developing platform/apps with QT for mobile phone.
To start I want to try QT on my PC.
Is it possible to install QT open source on Windows?
If not what is the best Linux distribution to use?
Thanks for any help!!!
Re: Installing QT open source
Quote:
Originally Posted by
DPU_KOP
Is it possible to install QT open source on Windows?
Yes, just make sure you download the windows version.
Quote:
Originally Posted by
DPU_KOP
If not what is the best Linux distribution to use?
The one that comes with Qt4 and suits you the most.
Re: Installing QT open source
You can download the compiled version for mingw and also download mingw ( gcc suite for windows ).
If you already have a preferred compiler ( ms, intel, etc ), you can download only the Qt sources and compile them by yourself.
But I suggest to go ahead an take the first path.
Regards