This repository is maintained by FOSSEE team for KiCad v4.0.7. It contains all the documentation for making KiCad executable for Windows 7 and above and has been customized for the needs of eSim.
Note: Most of the contents of
master
branch of this repository has been made available by extracting the KiCad installer from - https://kicad-downloads.s3.cern.ch/windows/stable/kicad-4.0.7-i686.exe. The difference with the original KiCad installer is the removal of 3D packages, help doc in all languages (except English) and addition of eSim compatible KiCad libraries.
-
Take the
master
branch of of this repository. Rename the folder tokicad
. -
Remove following files/directories from the
kicad
folder:.git
folder- kicad-4.0.7.tar.xz
- README.md
- share/doc/kicad/help/de
- share/doc/kicad/help/es
- share/doc/kicad/help/fr
- share/doc/kicad/help/it
- share/doc/kicad/help/ja
- share/doc/kicad/help/nl
- share/doc/kicad/help/pl
- previous kicad installer (if any)
-
Compress the folders
bin
,lib
,share
andssl
into file named KiCad.7z.Note: 7z compresssion tool can be obtained at - https://www.7-zip.org/download.html
-
Goto the
NSIS
folder and compile the scriptinstall.nsi
.Note: NSIS compiler can be obtained at - https://prdownloads.sourceforge.net/nsis/nsis-3.05-setup.exe?download
-
Use the generated
kicad-4.0.7-i686.exe
in theNSIS
folder as the default installer for KiCad when building installer for eSim.Note: This new generated installer should be pushed to the repository for any future requirements