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.

48 lines
2.4 KiB

  1. KiCad README
  2. ============
  3. For specific documentation like Compiling, GUI translation, old
  4. changelogs see the Documentation subfolder.
  5. Files
  6. -----
  7. AUTHORS.txt - The authors, contributors, document writers and translators list
  8. CMakeList.txt - Main CMAKE build tool script
  9. copyright.h - A very short copy of the GNU General Public License to be included in new source files
  10. CTestConfig.cmake - Support for CTest and CDash testing tools
  11. Doxyfile - Doxygen config file for KiCad
  12. INSTALL.txt - The release (binary) installation instructions
  13. TODO.txt - Todo list (looks outdated)
  14. uncrustify.cfg - Uncrustify config file for uncrustify sources formatting tool
  15. _clang-format - clang config file for clang-format sources formatting tool
  16. Subdirectories
  17. --------------
  18. 3d-viewer - Sourcecode of the 3D viewer
  19. bitmap2component - Sourcecode of the bitmap to pcb artwork converter
  20. bitmaps_png - Menu and program icons
  21. CMakeModules - Modules for the CMAKE build tool
  22. common - Sourcecode of the common library
  23. cvpcb - Sourcecode of the CvPCB tool
  24. demos - Some demo examples
  25. Documentation - Developer documentation. Old changelogs etcetera.
  26. eeschema - Sourcecode of the schematic editor
  27. gerbview - Sourcecode of the gerber viewer
  28. helpers - Helper tools and utilities for development
  29. include - Interfaces to the common library
  30. kicad - Sourcecode of the project manager
  31. lib_dxf - Sourcecode of the dxf reader/writer library
  32. new - Staging area for the new schematic library format
  33. pagelayout_editor - Sourcecode of the pagelayout editor
  34. patches - Collection of patches for external dependencies
  35. pcbnew - Sourcecode of the printed circuit board editor
  36. plugins - Sourcecode of the new plugin concept
  37. polygon - Sourcecode of the polygon library
  38. potrace - Sourcecode of the potrace library, used in bitmap2component
  39. qa - Testcases using the python interface
  40. resources - Resources for freedesktop mime-types for linux
  41. scripting - SWIG Python scripting definitions
  42. scripts - Helper scripts for various things
  43. template - Project and pagelayout templates
  44. tools - Other miscellaneous helpers for testing
  45. utils - Small utils for kicad, e.g. IDF tools