FET Forum

FET Support (English) => General Stuff => Topic started by: m_kaleia on November 27, 2011, 11:55:17 AM

Title: command line version - Compiling tools
Post by: m_kaleia on November 27, 2011, 11:55:17 AM
Hello ,

I want to make command line only with out connecting to graphic dialogs,

I've started by reading Read me file and I have problem with finding the compiling tools.

Can any one give me a direct link for compiling tools that I need please.

note : i am working on windows

thanks alot
Title: Re: command line version - Compiling tools
Post by: Volker Dirr on November 27, 2011, 02:21:39 PM
Qt changed their sites some time ago. currently (27.11.2011) the download is a bit hidden on the new page.
at the moment it is still linked to nokia, but that will change in a few days/weeks.
http://qt.nokia.com/downloads
Title: Re: command line version - Compiling tools
Post by: m_kaleia on November 27, 2011, 09:15:38 PM
Do I have to download more programs  for comoliling or qt sdk is enough?

Thanks alot
Title: Re: command line version - Compiling tools
Post by: Volker Dirr on November 27, 2011, 09:57:50 PM
you need also a c++ compiler. qt can download the mingw c++ compiler if you have no compiler.
Title: Re: command line version - Compiling tools
Post by: Liviu Lalescu on November 28, 2011, 04:57:23 AM
Quote from: m_kaleia on November 27, 2011, 09:15:38 PM
Do I have to download more programs  for comoliling or qt sdk is enough?

Qt SDK is enough (MinGW is included).

For Qt Libraries, you need also MinGW (get it also from the Qt download page, it is the recommended version).