##// END OF EJS Templates
Fixed Pad rotation issue.
Fixed Pad rotation issue.

File last commit:

r0:bd5e6825bd26 default
r13:e725b52b6a87 default
Show More
README.md
39 lines | 1.1 KiB | text/x-minidsrc | MarkdownLexer
First Init, kicad lisp-like files abstract parser done.
r0 Kicad Tools
-----------
Kicad Tools is a set of tolls which aims to extend kicad functionality.
Licensing
---------
Kicad Tools is provided under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License, or (at your option) any
later version.
Wiki
----
More details [here](https://hephaistos.lpp.polytechnique.fr/redmine/projects/kicadtools/wiki)
How to build
------------
To build it on linux you can look here https://hephaistos.lpp.polytechnique.fr/redmine/projects/kicadtools/wiki/Linux_setup
If you can't access to it, first you will need a working qt5 kit with all the development packages.
Step 1:
Get and install SocExplorer
```Bash
hg clone https://hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/INSTRUMENTATION/kicadtools kicadtools
cd kicadtools
qmake-qt5
make
sudo make install
```
Bug repports
------------
To repport any bug you can either send a [mail](mailto:alexis.jeandet@member.fsf.org) or repport an issue [here](https://hephaistos.lpp.polytechnique.fr/redmine/projects/kicadtools/issues)