KiCad 5 upgrade instructions?

Hi

are there any instructions on upgrading to KiCad v5 / nightly builds? Coming from version 4.0.7.

1 Like

i think the only notes that have been written are https://kicad.org/post/symbol-lib-table/

Thanks, Bob. Looks like I better wait a bit longer.

1 Like

Roughly (for Windows), installing from scratch:

  • Install Notepad++ (wanted by Git)
  • Install Git
  • Install KiCad nightly
  • Install FreeCAD (optional)
  • in C:\Program Files\KiCad\share\kicad\library (make folder first)
    ** enter git clone https://github.com/kicad/kicad-symbols . (note the “.”)
  • in C:\Program Files\KiCad\share\kicad\modules (make folder first)
    ** enter git clone https://github.com/kicad/kicad-footprints .
  • in C:\Program Files\KiCad\share\kicad\modules\packages3d (make folder first)
    ** enter git clone https://github.com/kicad/kicad-packages3d . (except this only works with empty folders)
  • Fetch docs from https://kicad.org/help/documentation/
  • Later to update run Git Bash shell in each folder
    ** enter git pull

Open to suggestions and corrections.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.