2009-10-15 18:44:06 +00:00
|
|
|
KiCad README
|
|
|
|
============
|
2010-02-14 14:59:43 +00:00
|
|
|
For specific documentation like Compiling, GUI translation, Old changelogs see the
|
|
|
|
Documentation subfolder.
|
2009-10-15 18:44:06 +00:00
|
|
|
|
|
|
|
Files
|
|
|
|
-----
|
2013-04-10 07:23:20 +00:00
|
|
|
AUTHORS.txt - The authors, contributors, document writers and translators list
|
|
|
|
CHANGELOG.txt - This years changelog (see for previous years Documentation/changelogs)
|
|
|
|
CMakeList.txt - CMAKE build tool script
|
|
|
|
COPYRIGHT.txt - A copy of the GNU General Public License Version 2
|
|
|
|
CTestConfig.cmake - Support for CTest and CDash testing tools
|
|
|
|
Doxyfile - Doxygen config file for Kicad
|
2015-12-20 21:37:58 +00:00
|
|
|
INSTALL.txt - The release (binary) installation instructions
|
2013-04-10 07:23:20 +00:00
|
|
|
TODO.txt - Todo list
|
2015-12-20 21:37:58 +00:00
|
|
|
uncrustify.cfg - Uncrustify config file for uncrustify sources formatting tool
|
2009-10-15 18:44:06 +00:00
|
|
|
|
|
|
|
Subdirectories
|
|
|
|
--------------
|
|
|
|
3d-viewer - Sourcecode of 3D viewer
|
|
|
|
bitmaps - Menu and program icons
|
2010-09-15 14:53:33 +00:00
|
|
|
bitmap2component - Sourcecode of a small application to create a footprint or a component from a B&W bitmap
|
|
|
|
this component or footprint has just graphic items that show the bitmap
|
2009-10-15 18:44:06 +00:00
|
|
|
CMakeModules - Modules for the CMAKE build tool
|
|
|
|
common - Sourcecode of the common library (common functions shared across whole suite)
|
2010-03-29 16:42:03 +00:00
|
|
|
cvpcb - Sourcecode of CvPCB, tool to link components with footprints sourcecode
|
2009-10-15 18:44:06 +00:00
|
|
|
demos - Some demo examples
|
2011-08-30 07:35:40 +00:00
|
|
|
Documentation - Compiling documentation. Translating the GUI, old changelogs etcetera.
|
2009-10-15 18:44:06 +00:00
|
|
|
eeschema - Sourcecode of the schematic editor
|
|
|
|
gerbview - Sourcecode of the gerber viewer
|
2010-02-14 14:59:43 +00:00
|
|
|
helpers - Helper tools and utilities for development
|
2009-10-15 18:44:06 +00:00
|
|
|
include - Interfaces to the common library
|
|
|
|
internat - Internationalisation files
|
|
|
|
kicad - Sourcecode of the project manager
|
|
|
|
packaging - Files for packaging on Windows and Mac OSX
|
|
|
|
pcbnew - Sourcecode of the printed circuit board editor
|
|
|
|
polygon - Sourcecode of the polygon library
|
|
|
|
resources - Resources for installation, freedesktop mime-types for linux
|
2013-04-10 07:23:20 +00:00
|
|
|
scripts - Helper scripts. For building, sourcecode packaging.
|
2009-10-15 18:44:06 +00:00
|
|
|
template - Project template(s)
|
|
|
|
|