Browse Source

Added _KI_LIB_GIT library path

Set the _KI_LIB_GIT path to point to a local copy of the kicad-library
Git repository.  Then this project will pick up the Git libraries
instead of the system ones.
Clara Hobbs 7 years ago
parent
commit
ebd7a62d51
2 changed files with 18 additions and 6 deletions
  1. 16
    4
      README.md
  2. 2
    2
      pd-buddy-sink.pro

+ 16
- 4
README.md View File

7
 be fine.  Just keep in mind that it isn't possible to assemble the board with a
7
 be fine.  Just keep in mind that it isn't possible to assemble the board with a
8
 soldering iron anymore!
8
 soldering iron anymore!
9
 
9
 
10
-The PCB is made with [KiCad](http://kicad-pcb.org/), so you'll need that if you
11
-want to make any changes.  Several PCB fabricators accept KiCad PCB files
12
-directly now, but if you intend to order from one that does not, you'll need
13
-KiCad to plot the Gerbers.
10
+The PCB is made with [KiCad][], so you'll need that if you want to make any
11
+changes.  Several PCB fabricators accept KiCad PCB files directly now, but if
12
+you intend to order from one that does not, you'll need KiCad to plot the
13
+Gerbers.
14
+
15
+KiCad 4 supports loading footprint libraries from Git repositories, but its
16
+support for doing the same with symbol libraries is lacking.  To address this,
17
+I added the variable `_KI_LIB_GIT`.  Set this path in the main KiCad window
18
+(Preferences > Configure Paths) to point to a local copy of the
19
+[kicad-library][] repository to ensure that you're using the latest schematic
20
+libraries.
21
+
22
+[KiCad]: http://kicad-pcb.org/
23
+[kicad-library]: https://github.com/KiCad/kicad-library/
24
+
25
+## License
14
 
26
 
15
 PD Buddy Sink is Copyright (C) 2017 Clayton G. Hobbs, and made available under
27
 PD Buddy Sink is Copyright (C) 2017 Clayton G. Hobbs, and made available under
16
 the CERN Open Hardware Licence v1.2.  See LICENSE for more information.
28
 the CERN Open Hardware Licence v1.2.  See LICENSE for more information.

+ 2
- 2
pd-buddy-sink.pro View File

1
-update=Wed 01 Feb 2017 05:36:05 PM EST
1
+update=Sat 06 May 2017 11:23:54 AM EDT
2
 version=1
2
 version=1
3
 last_client=kicad
3
 last_client=kicad
4
 [pcbnew]
4
 [pcbnew]
28
 version=1
28
 version=1
29
 [eeschema]
29
 [eeschema]
30
 version=1
30
 version=1
31
-LibDir=/usr/share/kicad/library
31
+LibDir=$(_KI_LIB_GIT)/library;/usr/share/kicad/library
32
 [eeschema/libraries]
32
 [eeschema/libraries]
33
 LibName1=power
33
 LibName1=power
34
 LibName2=device
34
 LibName2=device

Loading…
Cancel
Save