Go to file
Jeff Young fdc8f9c59d Fix accidental deletion in "TEXT_ATTRIBUTES" commit. 2023-01-03 01:23:18 +00:00
.githooks
.github
.gitlab Specify image for the Fedora QA tests in CI 2022-12-17 00:56:43 +00:00
3d-viewer Do not translate name in version info 2022-12-31 20:28:45 -05:00
bitmap2component Never call ReCreateMenuBar inside a menu event handler 2022-12-16 16:37:51 -05:00
cmake Add a version command to cli and extend out a major.minor.patch string 2023-01-01 22:41:05 -05:00
common Units for footprint preview widgets. 2023-01-02 22:12:26 +00:00
cvpcb Class name <-> file name sync. 2022-12-29 18:05:57 +00:00
demos Fix more lifetime issues in simulator tuning. 2022-12-23 22:03:24 +00:00
doxygen Let's try fixing the doxygen-python again 2022-12-23 23:11:04 -05:00
eeschema Fix accidental deletion in "TEXT_ATTRIBUTES" commit. 2023-01-03 01:23:18 +00:00
gerbview Do not translate name in version info 2022-12-31 20:28:45 -05:00
include Units for footprint preview widgets. 2023-01-02 22:12:26 +00:00
kicad Add a version command to cli and extend out a major.minor.patch string 2023-01-01 22:41:05 -05:00
libs Handle zero-size pads in CornerListToPolygon 2022-12-26 10:04:03 -05:00
pagelayout_editor Do not translate name in version info 2022-12-31 20:28:45 -05:00
pcb_calculator More layout optimizations for PCB Calculator. 2022-12-29 18:09:40 +00:00
pcbnew Surpress the giant opencascade stats print unless we are tracing 2023-01-02 18:34:32 -05:00
plugins
qa router: mark the head trace (as opposed to the 'fixed tail') with fully saturated color 2022-12-29 17:54:59 +01:00
resources Schematic: re-enable old break wire functionality, add slice 2022-12-19 15:55:59 -05:00
scripting python version check: fix error message edge case 2023-01-02 20:20:01 +00:00
signing Support Apple Silicon on macOS 2022-12-09 23:48:31 +00:00
thirdparty Fix Clipper2 memory leak 2022-12-18 11:45:52 -08:00
tools Sim: Add VBIC model support 2022-11-28 04:45:36 +01:00
translation parallel translations 2023-01-01 15:12:41 -08:00
utils
.clang-tidy
.gitattributes
.gitignore Add build dirs to .gitignore. 2022-12-10 22:00:24 +00:00
.gitlab-ci.yml Update .gitlab-ci.yml 2022-12-03 13:17:03 +00:00
AUTHORS.txt
CMakeLists.txt Let's try fixing the doxygen-python again 2022-12-23 23:11:04 -05:00
CMakeSettings.json.sample
CONTRIBUTING.md CONTRIBUTING.md: minor cleanup 2022-10-12 20:56:21 +02:00
INSTALL.txt
LICENSE
LICENSE.3-CLAUSE-BSD
LICENSE.APACHE-2.0
LICENSE.BOOSTv1_0
LICENSE.CC-BY-SA-4.0
LICENSE.CC0 Add information about CC0 license 2022-10-18 06:16:50 +02:00
LICENSE.GPLv3
LICENSE.ISC
LICENSE.MIT
LICENSE.README Fix typos in LICENSE.README 2022-10-25 11:54:03 +02:00
README.md
_clang-format
code-of-conduct.md
copyright.h
uncrustify.cfg
vcpkg-configuration.json vcpkg bump to ngspice 38 2022-12-14 21:59:38 -05:00
vcpkg.json Do the forgotten vcpkg wxpython bump to fix some build issues 2022-12-14 22:03:36 -05:00

README.md

KiCad README

For specific documentation about building KiCad, policies and guidelines, and source code documentation see the Developer Documentation website.

You may also take a look into the Wiki, the contribution guide.

For general information about KiCad and information about contributing to the documentation and libraries, see our Website and our Forum.

Build state

KiCad uses a host of CI resources.

GitLab CI pipeline status can be viewed for Linux and Windows builds of the latest commits.

Release status

latest released version(s) Release status

Files

  • AUTHORS.txt - The authors, contributors, document writers and translators list
  • CMakeLists.txt - Main CMAKE build tool script
  • copyright.h - A very short copy of the GNU General Public License to be included in new source files
  • Doxyfile - Doxygen config file for KiCad
  • INSTALL.txt - The release (binary) installation instructions
  • uncrustify.cfg - Uncrustify config file for uncrustify sources formatting tool
  • _clang-format - clang config file for clang-format sources formatting tool

Subdirectories

  • 3d-viewer - Sourcecode of the 3D viewer
  • bitmap2component - Sourcecode of the bitmap to PCB artwork converter
  • cmake - Modules for the CMAKE build tool
  • common - Sourcecode of the common library
  • cvpcb - Sourcecode of the CvPCB tool
  • demos - Some demo examples
  • doxygen - Configuration for generating pretty doxygen manual of the codebase
  • eeschema - Sourcecode of the schematic editor
  • gerbview - Sourcecode of the gerber viewer
  • include - Interfaces to the common library
  • kicad - Sourcecode of the project manager
  • libs - Sourcecode of KiCad utilities (geometry and others)
  • pagelayout_editor - Sourcecode of the pagelayout editor
  • patches - Collection of patches for external dependencies
  • pcbnew - Sourcecode of the printed circuit board editor
  • plugins - Sourcecode for the 3D viewer plugins
  • qa - Unit testing framework for KiCad
  • resources - Packaging resources such as bitmaps and operating system specific files
  • scripting - Python integration for KiCad
  • thirdparty - Sourcecode of external libraries used in KiCad but not written by the KiCad team
  • tools - Helpers for developing, testing and building
  • translation - Translation data files (managed through Weblate for most languages)
  • utils - Small utils for KiCad, e.g. IDF, STEP, and OGL tools and converters