[Interest] How to checkout and build 5.0.2 release?

Sergio Ahumada san at sansano.inf.utfsm.cl
Thu Apr 11 17:47:37 CEST 2013


Hi,

On 04/11/2013 05:32 PM, Dmitrii Volosnykh wrote:
> There is the latest activity on gitorious.org/qt/qt5:
> v5.1.0-alpha1: Created tag v5.1.0-alpha1
>
> Cannot find corresponding one for 5.0.2 release.
>
> Regards,
> Dmitrii.

There are four ways:

- Clone http://qt.gitorious.org/qtsdk/qtsdk where the v5.0.2 tag exists.
- Clone http://qt.gitorious.org/qt/qt5 and do
    git submodule update --init
    git submodule foreach 'git checkout release && git pull --rebase ||:'
- Clone each module separately, checkout the v5.0.2 tag and build them
- Download the source package
    http://download.qt-project.org/official_releases/qt/5.0/5.0.2/single/
 
http://download.qt-project.org/official_releases/qt/5.0/5.0.2/submodules/

Cheers,
-- 
Sergio Ahumada
san at sansano.inf.utfsm.cl



More information about the Interest mailing list