You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-11Lines changed: 15 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
PlotKicadsch is a small tool to export Kicad Sch files to SVG pictures. In the future, export to other formats may be available (PDF, PNG).
6
6
7
-
This package also provides the `plotgitsch` command which allows to visually compare git revisions of schematics:
7
+
This package also provides the [`plotgitsch`](https://jnavila.github.io/plotkicadsch/plotgitsch_usersguide.html) command which allows to visually compare git revisions of schematics:
8
8
9
9

10
10
@@ -20,13 +20,14 @@ The quality of the output is not a first requirement (meaning: not supposed to m
20
20
21
21
# Stable version from OPAM
22
22
23
-
The stable version of plotkicadsch can be installed with [opam](http://opam.ocaml.org/):
23
+
The stable version of plotkicadsch can be installed with [opam](http://opam.ocaml.org/). Be careful to install opam v2.0 for your platform.
24
24
25
25
```bash
26
-
$ opam switch 4.06.0
27
-
$ eval`opam config env`
28
-
$ opam update
29
-
$ opam install plotkicadsch
26
+
opam switch create 4.09.0
27
+
opam switch 4.09.0
28
+
eval`opam config env`
29
+
opam update
30
+
opam install plotkicadsch
30
31
```
31
32
32
33
If you don't use opam consult the .opam files for build instructions.
If you have installed git for windows, chances are that you have installed the bash environment, so drop the binaries in `C:\Program Files\Git\mingw64\bin`(Administrator rights required). They should be accessible on your bash command line and work just like under Linux/OSX.
43
44
44
-
##Master version
45
+
# Master version
45
46
46
47
The latest running version can also be installed from this repo by pinning the project in opam:
0 commit comments