git - Working archived version of qt source -
i trying build qt windows x64 using msvc 2010, , having trouble configure step (building -opengl desktop)
from here: http://qt-project.org/forums/viewthread/24230
and few other places, .zip file of source available on qt website doesn't build these options. i've been trying "git" repository. got base repository with:
git clone https://gitorious.org/qt/qt5.git qt5
but having trouble "init-repository" step.
it fails during init-repository call (durring clone of qtbase, "timeout" error, next time dies i'll add full error here). suspect there network error, i'm having trouble getting around it. "init-repository" call i'm using is:
init-repository --no-webkit --http -f
it take forever. appear pulling down @ 30-50 kib/s.
the combination of repeated failures , long time has got me start alternatives.
so i'm wondering
- if knows there pre-packaged, initialized archived version of working repository out there?
- anyone knows how fix slow git-problem (could our host side network, can't about).
http://qt-project.org/wiki/building_qt_5_from_git
you use browser , click , download modules...
http://qt.gitorious.org/qt/qt5/blobs/master/readme.git
just looking gui frontend of git, found links:
http://qt.gitorious.org/qt/qt5/trees/stable
there long listing on page of sub modules links. go these , individual tarballs stable version of each. take while, work.
and on right side of each page there "download stable tar.gz".
hope helps.
Comments
Post a Comment