On quinta-feira, 3 de março de 2016 17:32:25 PST Walter Stefan wrote: > Hi Thiago, > > thanks, but unfortunately I am a subversion user and my git knowledge is > very little. Is there a guide or some quick steps of how to check out this > git 5.6.0 branch on my linux system?
git clone -b 5.6.0 git://code.qt.io/qt/qt5.git less README.git The README tells you to run: ./init-repository I've never run that script and I have no idea what it does. I'd do instead: git submodule init git submodule update -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
