EDA software suite for the creation of schematics and PCB
Kicad is an open source (GPL) software for the creation of electronic schematic
diagrams and printed circuit with up to 32 copper layers and additional techinical layers.
KiCad includes a project manager and four main independent software tools:
- Eeschema: schematic editor.
- Pcbnew: printed circuit board editor.
- Gerbview: GERBER file viewer (photoplotter documents).
- Cvpcb: footprint selector for components association.
- Developed at electronics
- Sources inherited from project openSUSE:Factory
-
7
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/kicad && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
COPYRIGHT.txt | 0000035149 34.3 KB | |
LICENSE.AGPLv3 | 0000034523 33.7 KB | |
_constraints | 0000000135 135 Bytes | |
kicad-5.0.0.tar.xz | 0014284708 13.6 MB | |
kicad-fix-boost168-build.patch | 0000001284 1.25 KB | |
kicad-library-repos-install.patch | 0000004574 4.47 KB | |
kicad-suse-help-path.patch | 0000000493 493 Bytes | |
kicad-user-library.patch | 0000001278 1.25 KB | |
kicad.changes | 0000020556 20.1 KB | |
kicad.spec | 0000007733 7.55 KB |
Revision 26 (latest revision is 70)
Dominique Leuenberger (dimstar_suse)
accepted
request 641063
from
Stefan Brüns (StefanBruens)
(revision 26)
Comments 1
Unable to run Eeschema or Pcbnew on openSUSE Tumbleweed 20210827.
Error information are as follow:
According to the information on KiCad forum, this means there’s a binary file mismatch problem, between KiCad and wxWidgets. In other words, that one has been updated recently and the other one not. KiCad has been compiled for different wx version.
Maybe we should re-compile this package?