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 |
---|---|---|
kicad-20130707.tar.bz2 | 0011662571 11.1 MB | |
kicad-gost.changes | 0000008589 8.39 KB | |
kicad-gost.spec | 0000003755 3.67 KB | |
kicad.changes | 0000008589 8.39 KB | |
kicad.spec | 0000003755 3.67 KB | |
kikad-no-templates-install.patch | 0000000660 660 Bytes |
Revision 2 (latest revision is 70)
Tomáš Chvátal (scarabeus_factory)
accepted
request 186329
from
Dmitry Roshchin (Dmitry_R)
(revision 2)
- Removed templates to avoid conflict with kicad-library package * kikad-no-templates-install.patch - Removed obsolete kicad-2012.01.19-build-with-old-wxwidgets.patch - Update to version 20130707 * no changelog available * removed obsolete kicad-2012.01.19-gcc-4.7.patch
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?