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.

  1. 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

  2. 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

  1. if knows there pre-packaged, initialized archived version of working repository out there?
  2. 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.

http://qt.gitorious.org/qt

and on right side of each page there "download stable tar.gz".

hope helps.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -