Changeset 5603


Ignore:
Timestamp:
09/02/09 14:05:57 (4 years ago)
Author:
werner
Message:
  • documented that we also need the KiCad? component library. Based on a patch by Timo Juhani Lindfors <timo.lindfors@…>
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gta02-core/docs/GETTING-STARTED

    r5599 r5603  
    4141 
    4242  - Compile and install KiCad: 
     43 
     44    cmake . 
     45    make 
     46    make install 
     47 
     48  - we're done here, go back 
     49 
     50    cd .. 
     51 
     52- You also need the KiCad component library. To obtain it, 
     53 
     54  - download the library 
     55 
     56    svn checkout \ 
     57      https://kicad.svn.sourceforge.net/svnroot/kicad/trunk/kicad-library 
     58    cd kicad-library 
     59 
     60  - generate and install the library 
    4361 
    4462    cmake . 
Note: See TracChangeset for help on using the changeset viewer.