![]() Registered Member ![]()
|
What normally needs to be installed in addition to running KDE with Qt to start Qt application development?
Qt downloads page offers me some ugly bin file, but where is an archive of sources, examples etc? What gitorious repository contains? Thanks...
KarlisRepsons, proud to be a member of KDE forums since 2008-Nov.
|
![]() Administrator ![]()
|
If you are using distribution packages, they will usually have packages such as libqt4-devel and libqt4-examples which contain the content of those folders.
You can find the Qt gitorious repository at http://qt.gitorious.org/qt/ and it can be cloned from git://gitorious.org/qt/qt.git
KDE Sysadmin
[img]content/bcooksley_sig.png[/img] |
![]() Registered Member ![]()
|
I'm on gentoo, portage doesn't seem to contain any such packages, so I guess, I'll have to install on my own... From some stable branch of repository, right?
KarlisRepsons, proud to be a member of KDE forums since 2008-Nov.
|
![]() Administrator ![]()
|
Yes, the 4.6 branch is the current latest stable release, and will form Qt 4.6.3 when released.
KDE Sysadmin
[img]content/bcooksley_sig.png[/img] |
![]() Registered Member ![]()
|
Could you please post a list of commands to get and install the 4.6 branch? I seemed to get until compiling, but then things fell apart on some opengl error, so I'm confused if I did something wrong with git or not... The master branch compiled and installed just fine...
KarlisRepsons, proud to be a member of KDE forums since 2008-Nov.
|
![]() Administrator ![]()
|
Did you start with a fresh build directory when building 4.6?
You will need to start with a clean build directory if you switch the branch of Qt you are using ( ie. from master to 4.6 ).
KDE Sysadmin
[img]content/bcooksley_sig.png[/img] |
![]() Registered Member ![]()
|
Sorry: what do you mean by "fresh"? Well, I just did: make clean make confclean as well as checking out the right branch (who knows if in the right way)...
KarlisRepsons, proud to be a member of KDE forums since 2008-Nov.
|
![]() Administrator ![]()
|
Fresh build directory means that you deleted everything in it, reconfigured Qt then built it again.
KDE Sysadmin
[img]content/bcooksley_sig.png[/img] |
![]() Registered Member ![]()
|
What, $ rm qt && git clone ... ? Or just rm all besides .git?
KarlisRepsons, proud to be a member of KDE forums since 2008-Nov.
|
![]() Administrator ![]()
|
No... did you use a seperate build directory? If you didn't it will be harder to fix, but removing the "include/" directory then running "git reset --hard" should be sufficient... then re-run configure, make, etc.
KDE Sysadmin
[img]content/bcooksley_sig.png[/img] |
![]() Registered Member ![]()
|
on gentoo you already have all the development stuff for any package you've installed
you already have qt and kde compiled from sources |
Registered users: Bing [Bot], Google [Bot], Sogou [Bot]