ohmtech-rdi / eurorack-blocks

Software to Hardware Prototyping for Eurorack using C++, Max/Gen~ or Faust
Other
303 stars 21 forks source link

erbb setup installs KiCad 5 on macOS, but KiCad 6 at least is required to handle pretty format sch #506

Closed ohmtech-rdi closed 1 year ago

ohmtech-rdi commented 1 year ago

erbb setup installs KiCad 5 on macOS, but KiCad 6 at least is required to handle pretty format for .sch files.

This means that if a user doesn't have already KiCad 6 installed, all the new users trying to install with erbb setup will have a broken installation.

ohmtech-rdi commented 1 year ago

We are going to fix that with our general plan to make the installation more robust. All in all the cask for KiCad is just installing from the .dmg.

Hopefully we could make a .zip archive and install it in our toolchain folder, that will also isolate the installation to make sure it doesn't break anything on the user computer.