From 6a1362002ea25a90bb252adc0063708b9ea74270 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Thu, 30 Mar 2023 22:12:59 +0200 Subject: [PATCH] doc: better list dependencies --- DEVELOPMENT.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) 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 =========