r5603 - trunk/gta02-core/docs

werner at docs.openmoko.org werner at docs.openmoko.org
Wed Sep 2 14:05:58 CEST 2009


Author: werner
Date: 2009-09-02 14:05:57 +0200 (Wed, 02 Sep 2009)
New Revision: 5603

Modified:
   trunk/gta02-core/docs/GETTING-STARTED
Log:
- documented that we also need the KiCad component library. Based on a patch by
  Timo Juhani Lindfors <timo.lindfors at iki.fi>



Modified: trunk/gta02-core/docs/GETTING-STARTED
===================================================================
--- trunk/gta02-core/docs/GETTING-STARTED	2009-09-02 08:12:13 UTC (rev 5602)
+++ trunk/gta02-core/docs/GETTING-STARTED	2009-09-02 12:05:57 UTC (rev 5603)
@@ -49,6 +49,24 @@
 
     cd ..
 
+- You also need the KiCad component library. To obtain it,
+
+  - download the library
+
+    svn checkout \
+      https://kicad.svn.sourceforge.net/svnroot/kicad/trunk/kicad-library
+    cd kicad-library
+
+  - generate and install the library
+
+    cmake .
+    make
+    make install
+
+  - we're done here, go back
+
+    cd ..
+
 - We draw footprints with the footprint editor fped.
 
   - Prerequisites:




More information about the commitlog mailing list