You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
4.5 KiB

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
  1. # KiCad README
  2. For specific documentation about [building KiCad](https://dev-docs.kicad.org/en/build/), policies
  3. and guidelines, and source code documentation see the
  4. [Developer Documentation](https://dev-docs.kicad.org) website.
  5. You may also take a look into the [Wiki](https://gitlab.com/kicad/code/kicad/-/wikis/home),
  6. the [contribution guide](https://dev-docs.kicad.org/en/contribute/).
  7. For general information about KiCad and information about contributing to the documentation and
  8. libraries, see our [Website](https://kicad.org/) and our [Forum](https://forum.kicad.info/).
  9. ## Build state
  10. [<img alt="Jenkins" src="https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fjenkins.simonrichter.eu%2Fview%2FKiCad%2520Status%2Fjob%2Flinux-kicad-head%2F&label=Linux%2C%20amd64&style=plastic">](https://jenkins.simonrichter.eu/view/KiCad%20Status/job/linux-kicad-head/)
  11. [<img alt="Jenkins" src="https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fjenkins.simonrichter.eu%2Fview%2FKiCad%2520Status%2Fjob%2Fwindows-kicad-msvc-head%2F&label=Windows%2C%20MSVC&style=plastic">](https://jenkins.simonrichter.eu/view/KiCad%20Status/job/windows-kicad-msvc-head/)
  12. [<img alt="Jenkins" src="https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fjenkins.simonrichter.eu%2Fview%2FKiCad%2520Status%2Fjob%2Fwindows-kicad-msys2-pipeline%2F&label=%28Windows%2C%20MSYS2%29%20Nightly%20Build&style=plastic">](https://jenkins.simonrichter.eu/view/KiCad%20Status/job/windows-kicad-msys2-pipeline/)
  13. ## Release status
  14. [![latest released version(s)](https://repology.org/badge/latest-versions/kicad.svg)](https://repology.org/project/kicad/versions)
  15. [![Release status](https://repology.org/badge/tiny-repos/kicad.svg)](https://repology.org/metapackage/kicad/versions)
  16. ## Files
  17. * [AUTHORS.txt](AUTHORS.txt) - The authors, contributors, document writers and translators list
  18. * [CMakeLists.txt](CMakeLists.txt) - Main CMAKE build tool script
  19. * [copyright.h](copyright.h) - A very short copy of the GNU General Public License to be included in new source files
  20. * [CTestConfig.cmake](CTestConfig.cmake) - Support for CTest and CDash testing tools
  21. * [Doxyfile](Doxyfile) - Doxygen config file for KiCad
  22. * [INSTALL.txt](INSTALL.txt) - The release (binary) installation instructions
  23. * [uncrustify.cfg](uncrustify.cfg) - Uncrustify config file for uncrustify sources formatting tool
  24. * [_clang-format](_clang-format) - clang config file for clang-format sources formatting tool
  25. ## Subdirectories
  26. * [3d-viewer](3d-viewer) - Sourcecode of the 3D viewer
  27. * [bitmap2component](bitmap2component) - Sourcecode of the bitmap to PCB artwork converter
  28. * [bitmaps_png](bitmaps_png) - Menu and program icons
  29. * [CMakeModules](CMakeModules) - Modules for the CMAKE build tool
  30. * [common](common) - Sourcecode of the common library
  31. * [cvpcb](cvpcb) - Sourcecode of the CvPCB tool
  32. * [demos](demos) - Some demo examples
  33. * [Documentation](Documentation) - Developer documentation (deprecated; moved to [https://dev-docs.kicad.org](https://dev-docs.kicad.org))
  34. * [eeschema](eeschema) - Sourcecode of the schematic editor
  35. * [gerbview](gerbview) - Sourcecode of the gerber viewer
  36. * [helpers](helpers) - Helper tools and utilities for development
  37. * [include](include) - Interfaces to the common library
  38. * [kicad](kicad) - Sourcecode of the project manager
  39. * [libs](libs) - Sourcecode of KiCad utilities (geometry and others)
  40. * [pagelayout_editor](pagelayout_editor) - Sourcecode of the pagelayout editor
  41. * [patches](patches) - Collection of patches for external dependencies
  42. * [pcbnew](pcbnew) - Sourcecode of the printed circuit board editor
  43. * [plugins](plugins) - Sourcecode for the 3D viewer plugins
  44. * [qa](qa) - Unit testing framework for KiCad
  45. * [resources](resources) - Packaging resources for various operating systems
  46. * [scripting](scripting) - SWIG Python scripting definitions and build scripts
  47. * [scripts](scripts) - Example scripts for distribution with KiCad
  48. * [template](template) - Project template
  49. * [thirdparty](thirdparty) - Sourcecode of external libraries used in KiCad but not written by the KiCad team
  50. * [tools](tools) - Other miscellaneous helpers for testing
  51. * [translation](translation) - Translation data files (managed through [Weblate](https://hosted.weblate.org/projects/kicad/master-source/) for most languages)
  52. * [utils](utils) - Small utils for KiCad, e.g. IDF, STEP, and OGL tools and converters