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.

41 lines
2.0 KiB

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.cmake - Support for CTest and CDash testing tools
  12. Doxyfile - Doxygen config file for Kicad
  13. INSTALL.txt - The release (binairy) installation instructions
  14. TODO.txt - Todo list
  15. uncrustify.cfg - Uncrustify config file for uncrustify sorces formatting tool
  16. Subdirectories
  17. --------------
  18. 3d-viewer - Sourcecode of 3D viewer
  19. bitmaps - Menu and program icons
  20. bitmap2component - Sourcecode of a small application to create a footprint or a component from a B&W bitmap
  21. this component or footprint has just graphic items that show the bitmap
  22. CMakeModules - Modules for the CMAKE build tool
  23. common - Sourcecode of the common library (common functions shared across whole suite)
  24. cvpcb - Sourcecode of CvPCB, tool to link components with footprints sourcecode
  25. demos - Some demo examples
  26. Documentation - Compiling documentation. Translating the GUI, old changelogs etcetera.
  27. eeschema - Sourcecode of the schematic editor
  28. gerbview - Sourcecode of the gerber viewer
  29. helpers - Helper tools and utilities for development
  30. include - Interfaces to the common library
  31. internat - Internationalisation files
  32. kicad - Sourcecode of the project manager
  33. packaging - Files for packaging on Windows and Mac OSX
  34. pcbnew - Sourcecode of the printed circuit board editor
  35. polygon - Sourcecode of the polygon library
  36. resources - Resources for installation, freedesktop mime-types for linux
  37. scripts - Helper scripts. For building, sourcecode packaging.
  38. template - Project template(s)