[solved] Check out Qt 5.1.1 and cross-compile to Raspberry Pi
-
Hi,
My current project is running on Qt 5.1.1 and need to try to compile it to Raspberry Pi. Therefore, I have followed the instructions as described here: http://qt-project.org/wiki/RaspberryPi_Beginners_guide
Now, my question is: How do I check out 5.1.1 from git? If I just simply do a
@git clone@I get the latest and greatest, so I assume I additional need to do a
@git update@but which tag do I need to use?
Thanks in advance.
-
Hi and welcome to devnet,
@git checkout v5.1.1@
And you should be good to go
-
You're welcome !
Since you got it now, please update the thread title prepending [solved] so other forum users may know a solution has been found :)