How do I install Qt-devel (4.5)? Where do I get it?
I need to compile cpp files into an executable. I have no idea how this works.
|
How do I install Qt-devel (4.5)? Where do I get it? I need to compile cpp files into an executable. I have no idea how this works. |
|||||
|
|
Qt is a cross-platform application and UI framework. It includes a cross-platform class library, integrated development tools and a cross-platform IDE. Using Qt, you can write web-enabled applications once and deploy them across many desktop and embedded operating systems without rewriting the source code. Source and sdk can be downloaded here |
|||
|
|
|
As the answers above say, it's a cross platform C++ framework. When you say qt-devel, it sounds like a specific package. Your Linux comes as a series of packages that you can then install with a package manager. What distribution (e.g. Fedora, Ubuntu) are you using? This is a common, core package. You should be able to use the software update tool for your specific Linux to get this package. |
|||
|
|
|
From Wikipedia:
Please see the related Wikipedia page and these external links to find out more. |
|||
|
|