Tonyforster (talk | contribs)
Tonyforster (talk | contribs)
Line 271: Line 271:
==Miscellaneous_Technical_Notes==
==Miscellaneous_Technical_Notes==
http://wiki.laptop.org/go/User:Kevgor/Miscellaneous_Technical_Notes
http://wiki.laptop.org/go/User:Kevgor/Miscellaneous_Technical_Notes
==GIT and patches==
===GIT local repository===
sudo install git
clone the git of the Turtle, in a terminal, make:
git clone  git://git.sugarlabs.org/turtleart/mainline.git
In the mainline folder there are all turtle's files..
===Patch===
sudo install patch
Should be a "raw patch" link (eg. 2b4ecb0cc7095f47fc944c54512e055c21537ab5.patch)
1. Save that page as a file into ~/Activities/TurtleArt.activity  (eg patching Turtle Art)
2. From the run the patch command as follows:
patch -p1 < 2b4ecb0cc7095f47fc944c54512e055c21537ab5.patch
That is it. (Note, you should be able to use autocomplete when typing
the command line by hitting tab after typing the first few letters of
the patch file name.)