Since I provide PPA (nightly[1] build for Ubuntu) for KiCad, I receive some
requests about installing nightly build packages in parallel with a stable
version.
With next version (V5) I think it can be useful…
For example, FreeCad provide this kind of feature and you are able to run both
version in parallel.
Current situation:
There are 3 ppa available:
ppa:js-reynaud/kicad-4: provide V4 version of KiCad. This is the current stable version.
sudo add-apt-repository ppa:js-reynaud/kicad-4
sudo apt-get update
ppa:js-reynaud/kicad-5: provide future V5 version of KiCad (next stable release). Currently version is 5.0.0-rc1
sudo add-apt-repository ppa:js-reynaud/kicad-5
sudo apt-get update
ppa:js-reynaud/ppa-kicad: provide a nightly build of KiCad based on latest code from git
sudo add-apt-repository ppa:js-reynaud/ppa-kicad
sudo apt-get update
Testing proposal
A new PPA is now available:
ppa:js-reynaud/kicad-dev-nightly
This allow you to install KiCad nightly build (latest code form git) in the same time as a stable version (V4 of the future V5)
To use it:
sudo add-apt-repository ppa:js-reynaud/kicad-dev-nightly
sudo apt-get update
You will be able to install the following packages:
- kicad-nightly: kicad himself
- kicad-nightly-libraries: meta package that recommends footprints, symbols, templates and 3D
- kicad-nightly-footprints: footprints
- kicad-nightly-symbols: symbols
- kicad-nightly-templates: templates
- kicad-nightly-demo: demo
- kicad-nightly-dbg : debug files
- kicad-nightly-packages3d: packages 3D
Thoses packages could be installed in same time than “standard” KiCad package (no file conflicts). So you will be able to have for example:
KiCad V4 + KiCad nightly build
or
next KiCad V5 + KiCad nightly build
To use it you have to run “kicad-nightly” instead of “kicad” of “pcbnew-nightly” instead of “pcbnew”.
Please enjoy testing that and report me any error/missing you see…
[1] naming is nightly but you can name it also daily. It’s depend the region you are one the earth