source: avrstuff/CPC stuff/kicadlibs/Opendous_KiCad_Libraries/Opendous_KiCAD_Files_Readme.txt@ 16fc41c

main
Last change on this file since 16fc41c was 16fc41c, checked in by Adrien Destugues <pulkomandy@…>, 9 years ago

Work in progress on Albireo interface

  • Complete routing for CH376 with USB host and SD card
  • There were some pins free, let's see if I can sneak in a 16C550...

git-svn-id: svn://pulkomandy.tk/avrstuff@116 c6672c3c-f6b6-47f9-9001-1fd6b12fecbe

  • Property mode set to 100644
File size: 1.6 KB
Line 
1Adding KiCAD Libraries To a Specific Project:
2`````````````````````````````````````````````
3
4 A visual tutorial for adding KiCAD Libraries to a project is available at:
5
6 http://code.google.com/p/opendous/wiki/KiCADTutorialAddingLibraries
7
8
9
10Adding KiCAD Libraries Permanently:
11```````````````````````````````````
12
13 To use Opendous Inc.'s KiCAD footprints, you must copy opendous.DCM and
14opendous.LIB to your \KiCad\share\library directory and copy opendous.MOD and
15opendous.MDC to your \KiCad\share\modules directory. For older version of
16KiCAD, these directories are \KiCad\library and \KiCad\modules, respectively.
17
18 You must then edit your \KiCad\share\template\kicad.pro file to inform
19KiCAD that new library and module files are available. In older versions of
20KiCAD, this file is in \KiCad\template\kicad.pro.
21 Open the file in a text editor that does not add formatting, such as
22Windows' Notepad, and look for [pcbnew/libraries]. Add a line for
23"opendous" to the end of the [pcbnew/libraries] list:
24
25[pcbnew/libraries]
26LibDir=
27LibName1=supports
28LibName2=connect
29LibName3=discret
30...
31LibName9=opendous
32
33
34 Now look for [eeschema/libraries] and add "opendous" to that list:
35
36[eeschema/libraries]
37LibName1=power
38LibName2=device
39LibName3=transistors
40...
41LibName29=opendous
42
43
44 Now when you run KiCAD, Opendous Inc.'s footprints will be available.
45
46
47
48opendous.dcm, opendous.lib, opendous.mod, and opendous.mdc
49are hereby deeded by Opendous Inc. into the Public Domain
50under the Creative Commons CC0 Public Domain Dedication:
51http://creativecommons.org/publicdomain/zero/1.0/
52
Note: See TracBrowser for help on using the repository browser.