Hi all How to download qt3 from git because link from HowToBuild provides to empty file Best regards Bartlomiej Zimon
Dnia 26 stycznia 2012 6:06 Bartlomiej Zimon uzi18@o2.pl napisał(a):
Hi all How to download qt3 from git because link from HowToBuild provides to empty file Best regards Bartlomiej Zimon
http://git.trinitydesktop.org/cgit/qt3/snapshot/qt3-3.5.13.tar.gz
Dnia 26 stycznia 2012 19:23 "Timothy Pearson" kb9vqf@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
Dnia 26 stycznia 2012 19:23 "Timothy Pearson" kb9vqf@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.
Tim
Dnia 27 stycznia 2012 19:21 "Timothy Pearson" kb9vqf@pearsoncomputing.net napisał(a):
Dnia 26 stycznia 2012 19:23 "Timothy Pearson" kb9vqf@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.
there is no .git directory inside