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.

42 lines
2.0 KiB

16 years ago
16 years ago
16 years ago
  1. KiCad README
  2. ============
  3. For specific documentation like Compiling, GUI translation, Old changelogs see the
  4. Documentation subfolder.
  5. Files
  6. -----
  7. AUTHORS.txt - The authors, contributors, document writers and translators list
  8. CHANGELOG.txt - This years changelog (see for previous years Documentation/changelogs)
  9. CMakeList.txt - CMAKE build tool script
  10. COPYRIGHT.txt - A copy of the GNU General Public License Version 2
  11. CTestConfig.txt - Support for CTest and CDash testing tools
  12. Doxyfile - Doxygen preferences
  13. INSTALL.txt - The release (binairy) installation instructions
  14. TODO.txt - Todo list
  15. uncrustify.cfg - Uncrustify code formatting tool preferences
  16. version.txt - The current stable released version
  17. Subdirectories
  18. --------------
  19. 3d-viewer - Sourcecode of 3D viewer
  20. bitmaps - Menu and program icons
  21. bitmap2component - Sourcecode of a small application to create a footprint or a component from a B&W bitmap
  22. this component or footprint has just graphic items that show the bitmap
  23. CMakeModules - Modules for the CMAKE build tool
  24. common - Sourcecode of the common library (common functions shared across whole suite)
  25. cvpcb - Sourcecode of CvPCB, tool to link components with footprints sourcecode
  26. demos - Some demo examples
  27. Documentation - Misc documentation. Translating the GUI, old changelogs etcetera.
  28. eeschema - Sourcecode of the schematic editor
  29. gerbview - Sourcecode of the gerber viewer
  30. helpers - Helper tools and utilities for development
  31. include - Interfaces to the common library
  32. internat - Internationalisation files
  33. kicad - Sourcecode of the project manager
  34. packaging - Files for packaging on Windows and Mac OSX
  35. pcbnew - Sourcecode of the printed circuit board editor
  36. polygon - Sourcecode of the polygon library
  37. resources - Resources for installation, freedesktop mime-types for linux
  38. scripts - Helper scripts. For building, sourcecode packaging, font setting, pcb adjusting.
  39. template - Project template(s)