Dnia 26
stycznia 2012 19:23 "Timothy Pearson"
<kb9vqf(a)pearsoncomputing.net> 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.