[Qt-interest] Keeping up-to-date with git

lists4pghanghas lists4pghanghas at gmail.com
Mon May 24 21:19:21 CEST 2010


On Monday 24 May 2010 07:37 PM, Stephen Chu wrote:
> I finally managed to grab Qt from git and build it on my Mac. Now I am
> not quite sure what I should do to keep my copy up to date. I am not
> making any changes to the source. Just want to build from the latest
> code.
>
> I know I need to do a 'git fetch' to get the new commits. Then should I
> just do a 'make' then a 'make install' or should I run 'configure' again
> before that?
>
> Also, I still can not figure how to build Qt so I can step into Qt
> functions on the Mac just like I can with Windows build. Any suggestion?
>
> Thanks.
>
>    
make && make install
should do the job unless new projects or sources have been added.
if you get errors with make you can try configure to generate new 
makefiles and then do make.



More information about the Qt-interest-old mailing list