Index: docs/GETTING-STARTED
===================================================================
--- docs/GETTING-STARTED	(revision 5602)
+++ docs/GETTING-STARTED	(working copy)
@@ -49,6 +49,23 @@
 
     cd ..
 
+- You also need the KiCad component library. To obtain it,
+
+  - download KiCad library:
+
+    svn checkout https://kicad.svn.sourceforge.net/svnroot/kicad/trunk/kicad-library
+    cd kicad-library
+
+  - install KiCad library:
+
+    cmake .
+    make
+    make install
+ 
+  - we're done here, go back
+
+    cd ..
+
 - We draw footprints with the footprint editor fped.
 
   - Prerequisites:
