r5477 - trunk/gta02-core/docs

werner at docs.openmoko.org werner at docs.openmoko.org
Mon Aug 17 19:33:28 CEST 2009


Author: werner
Date: 2009-08-17 19:33:27 +0200 (Mon, 17 Aug 2009)
New Revision: 5477

Modified:
   trunk/gta02-core/docs/GETTING-STARTED
Log:
- GETTING-STARTED: added fped build prerequisites



Modified: trunk/gta02-core/docs/GETTING-STARTED
===================================================================
--- trunk/gta02-core/docs/GETTING-STARTED	2009-08-17 17:17:34 UTC (rev 5476)
+++ trunk/gta02-core/docs/GETTING-STARTED	2009-08-17 17:33:27 UTC (rev 5477)
@@ -49,14 +49,29 @@
 
     cd ..
 
-- We draw footprints with the footprint editor fped. Install it:
+- We draw footprints with the footprint editor fped.
 
-  svn checkout http://svn.openmoko.org/trunk/eda/fped
-  cd fped
-  make dep all install
+  - Prerequisites:
 
-  cd ..
+    - flex
+    - bison
+    - fig2dev
+    - ImageMagick
+    - Gtk+ 2.x development package (libgtk2.0-dev or similar)
 
+  - Download it:
+
+    svn checkout http://svn.openmoko.org/trunk/eda/fped
+
+  - Build and install it:
+
+    cd fped
+    make dep all install
+
+  - we're done here, go back
+
+    cd ..
+
 - Build your local copy of the component (schematics symbol) library:
 
   make update
@@ -148,7 +163,7 @@
 (Re)viewing and editing ECNs
 ----------------------------
 
-The ECNs are keps in docs/ecn/. Their structure is described in
+The ECNs are kept in docs/ecn/. Their structure is described in
 docs/ecn/README. Their status is tracked in docs/ecn/STATUS.
 
 Wherever possible and remotely useful, ECNs should be referenced in




More information about the commitlog mailing list