diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 384bec4..0a9ac2c 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -6,11 +6,22 @@ requirements to be able to generate the outputs, you need following software: - [QEDA](http://qeda.org/): to generate footprints for the parts -- [KiCad](https://www.kicad.org/): EDA software used for schematic capture and board layout +- [KiCad v7](https://www.kicad.org/): EDA software used for schematic capture and board layout - [PcbDraw](https://github.com/yaqwsx/PcbDraw): to generate board layout rendering - [KiKit](https://github.com/yaqwsx/KiKit): to generate fabrications files (Gerber, Excellon) -- [KiAuto](https://github.com/INTI-CMNB/KiAuto): to generate schematic printout (PDF) - [KiBoM](https://github.com/SchrodingersGat/KiBoM): to generate Bill of Material (CSV) +- [Interactive HTML BOM](https://github.com/openscopeproject/InteractiveHtmlBom): to generate placement guide + +install Interactive HTML BOM using KiCad's Plugin and Content Manager. + +for the others: + +~~~ +npm install qeda +pip install pcbdraw kibom kikit +~~~ + +you can additionally install KiKit using KiCad's Plugin and Content Manager for an integrated GUI. compiling =========