Open main menu
Home
Random
Log in
Settings
About Sugar Labs
Disclaimers
Sugar Labs
Search
Tonyforster
Joined 25 September 2008
← Older edit
Newer edit →
User:Tonyforster
(view source)
Revision as of 01:30, 5 April 2012
710 bytes added
,
01:30, 5 April 2012
→Miscellaneous_Technical_Notes
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.)
Tonyforster
2,486
edits