[Qt-jambi-interest] Git guide

Helge Fredriksen hf at poseidon.no
Wed Dec 23 22:46:53 CET 2009


> Nearly so ;) There's only one error: you should cd .. before cloning
> qt-jambi. In fact, I'd do:
>
> mkdir src
> cd src
> # clone qt
> cd ..
> git clone git://gitorious.org/qt-jambi/community-port-to-4_6  qt-jambi
> cd qt-jambi
> # compile qt-jambi
>
> Also, this is true that you can checkout a remote branch directly
> (this is what you do for qt), but you won't be able to git pull later,
> you must create a tracking branch before building qt:
>
> git branch -t  4.6 origin/4.6
> git checkout 4.6
> git pull # shouldn't be necessary right after the clone, but it never hurts
>
> I have also looked at my git guide again. Gosh it's long :( I should
> shorten it. The main problem I have right now is I can't seem to
> create tables with Markdown. That sucks :/
>
>   
OK, I've added your change suggestions to the guide.

Helge




More information about the Qt-jambi-interest mailing list