##// END OF EJS Templates
Netlist parsing and loading ok, get in memory abstract syntax tree and concrete...
Netlist parsing and loading ok, get in memory abstract syntax tree and concrete tree mapping. Next step -> PCB file parsing and loading.
jeandet -
r2:096591f9de09 default
Show More
Name Size Modified Last Commit Author
qilib
test
.hgignore Loading ...
COPYING Loading ...
README.md Loading ...
kicadTools.pro Loading ...

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

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

  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 or repport an issue here