r5794 - trunk/gta02-core/docs

werner at docs.openmoko.org werner at docs.openmoko.org
Thu Jan 21 11:11:22 CET 2010


Author: werner
Date: 2010-01-21 11:11:21 +0100 (Thu, 21 Jan 2010)
New Revision: 5794

Modified:
   trunk/gta02-core/docs/GETTING-STARTED
Log:
Specified the KiCad revision our build process is tested for. (Reported by
Evgeniy Ginzburg)



Modified: trunk/gta02-core/docs/GETTING-STARTED
===================================================================
--- trunk/gta02-core/docs/GETTING-STARTED	2010-01-18 22:57:49 UTC (rev 5793)
+++ trunk/gta02-core/docs/GETTING-STARTED	2010-01-21 10:11:21 UTC (rev 5794)
@@ -22,11 +22,16 @@
 - You will need a recent version of KiCad. Many distributions come
   with truly ancient versions. To build KiCad,
 
-  - download KiCad:
+  - download KiCad, revision 1923:
 
-    svn checkout https://kicad.svn.sourceforge.net/svnroot/kicad/trunk/kicad
+    svn checkout -r 1923 \
+      https://kicad.svn.sourceforge.net/svnroot/kicad/trunk/kicad
     cd kicad
 
+    The KiCad revision we currently use is recorded in the first line
+    of kicad-patches/series. Our patches and build process may or may
+    not work with more recent revisions.
+
   - you need a recent development version of libboost (1.36 or higher)
 
   - you need a recent development version of wxWindows (libwxgtk-2.8)




More information about the commitlog mailing list