[Development] Qt 5.6.0-rc build issues on CentOS 6.7 x86_64 with g++

Thiago Macieira thiago.macieira at intel.com
Thu Mar 3 19:22:27 CET 2016


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




More information about the Development mailing list