Index: /trunk/gta02-core/docs/GETTING-STARTED
===================================================================
--- /trunk/gta02-core/docs/GETTING-STARTED	(revision 5602)
+++ /trunk/gta02-core/docs/GETTING-STARTED	(revision 5603)
@@ -41,4 +41,22 @@
 
   - Compile and install KiCad:
+
+    cmake .
+    make
+    make install
+
+  - we're done here, go back
+
+    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 .
