Linux Command to download + install Qt4.7
-
wrote on 12 Dec 2010, 20:48 last edited by
Can someone please tell me the Linux command ,which can first download and then install Qt4.7 on my Laptop of it's own
-
wrote on 12 Dec 2010, 20:51 last edited by
"Here":http://code.google.com/p/tonatiuh/wiki/InstallingQtForLinux is one guide available.
-
wrote on 12 Dec 2010, 20:52 last edited by
If it's Debian, or ubuntu, or another based on Debian:
@aptitude install qtcreator@
That will pull the necessary dependencies.
-
wrote on 12 Dec 2010, 21:12 last edited by
@cave resolve qt-core@
I wonder if this answer is completely useless. :)
-
wrote on 12 Dec 2010, 21:22 last edited by
[quote author="Smar" date="1292188366"]@cave resolve qt-core@
I wonder if this answer is completely useless. :)
http://paludis.pioto.org/clients/cave-resolve.html[/quote]
:-D
I thought Gentoo was well stablished on emerge.
@nsit_yogesh: if you have problems, tell us which is your Linux distribution.
Or... you can go to the "download page":http://qt.nokia.com/downloads and download a binary package for linux that works on all distributions. Just choose the proper one, 32bit or 64bit.
-
wrote on 12 Dec 2010, 21:24 last edited by
I happen to hate portage, so I’ve switched over paludis. But that’s offtopic already :)
-
wrote on 13 Dec 2010, 09:31 last edited by
On linux i download the sdk and execute this command:
I use this step:
chmod u+x qt-sdk-linux-x86-opensource-2010.05.1.bin
./qt-sdk-linux-x86-opensource-2010.05.1.bin
You have to install gcc if you haven't, and sometimes i use this command...
sudo apt-get build-dep qtcreator
-
wrote on 13 Dec 2010, 23:06 last edited by
[quote author="disperso" date="1292187121"]If it's Debian, or ubuntu, or another based on Debian:
@aptitude install qtcreator@
That will pull the necessary dependencies.[/quote]
In Debian repository usually obsolete version. I mean stable versions :)
For all us as developers needed new unstable version of Qt, which have new pretty features ;)So I think building from source is one right way :D
-
wrote on 14 Dec 2010, 08:22 last edited by
Stable version sometimes is not stable in the repository.
I download a new version every sdk was release (except from last version where i download the source).[quote author="Vass" date="1292281582"]
[quote author="disperso" date="1292187121"]If it's Debian, or ubuntu, or another based on Debian:@aptitude install qtcreator@
That will pull the necessary dependencies.[/quote]
In Debian repository usually obsolete version. I mean stable versions :)
For all us as developers needed new unstable version of Qt, which have new pretty features ;)So I think building from source is one right way :D
[/quote] -
wrote on 14 Dec 2010, 08:47 last edited by
You can always download latest source from qt, get build file from repo, update it (in most cases it will be just bumping version) and create own package.
7/10