Send commitlog mailing list submissions to
        commitlog@lists.openmoko.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
        commitlog-requ...@lists.openmoko.org

You can reach the person managing the list at
        commitlog-ow...@lists.openmoko.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:

   1. r5603 - trunk/gta02-core/docs (wer...@docs.openmoko.org)
--- Begin Message ---
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.lindf...@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:




--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog

Reply via email to