trinity-users@lists.pearsoncomputing.net

Message: previous - next
Month: January 2012

Re: [trinity-users] qt3 download

From: "Timothy Pearson" <kb9vqf@...>
Date: Fri, 27 Jan 2012 12:21:34 -0600
> Dnia 26 stycznia 2012 19:23 "Timothy Pearson"
> <kb9vqf@...> napisał(a):
>> > Hi all
>> > How to download qt3 from git because link from HowToBuild provides to
>> > empty file
>> > Best regards
>> > Bartlomiej Zimon
>>
>> Link has been updated--we switched GIT web viewers a while back and that
>> link was apparently overlooked.
>>
>> Thanks!
>>
>> Tim
>>
>
> thx, snapshots form git (3.5.13) does not include submodules (cmake etc.)
> this provides to errors during compilation

Yes, this is a limitation of GIT.  To work around it run:
git submodule init
git submodule update

from within the extracted directory.

Tim