Re: [Kicad-developers] Compiling KiCAD 5.99 on Raspberry Pi (400)

2021-04-28 Thread Jon Evans
The patches are obsolete and will be removed from the documentation/source tree. On Wed, Apr 28, 2021 at 7:23 PM Eeli Kaikkonen wrote: > On Thu, Apr 29, 2021 at 1:05 AM Knochi.de wrote: > > > > I’m using the standard Raspberry OS which is “raspian buster” > > libcurl4-gnutls-dev was the

Re: [Kicad-developers] Compiling KiCAD 5.99 on Raspberry Pi (400)

2021-04-28 Thread Eeli Kaikkonen
On Thu, Apr 29, 2021 at 1:05 AM Knochi.de wrote: > > I’m using the standard Raspberry OS which is “raspian buster” > libcurl4-gnutls-dev was the correct pick. So continuing with resolving > dependencies for now. Nick reminded us that on .deb based systems there are often library packages with

Re: [Kicad-developers] ngspice-34

2021-04-28 Thread Holger Vogt
Probably by end of June ngspice-35 will be available. ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help :

Re: [Kicad-developers] Compiling KiCAD 5.99 on Raspberry Pi (400)

2021-04-28 Thread Eeli Kaikkonen
You can also check the dependencies in https://packages.debian.org/buster/kicad (or https://packages.debian.org/buster-backports/kicad.) On Wed, Apr 28, 2021 at 6:27 PM David Knochenhauer wrote: > > Now I'm struggling with CURL.. I'm not sure which library to install. > Libcurl4 and

Re: [Kicad-developers] Compiling KiCAD 5.99 on Raspberry Pi (400)

2021-04-28 Thread Nick Østergaard
I am not aware of any patches needed for buster. Just try to build and see if it succeeds. On Wed, 28 Apr 2021 at 18:14, Knochi.de wrote: > I’m using the standard Raspberry OS which is “raspian buster” > libcurl4-gnutls-dev was the correct pick. So continuing with resolving > dependencies for

Re: [Kicad-developers] Compiling KiCAD 5.99 on Raspberry Pi (400)

2021-04-28 Thread Knochi.de
I’m using the standard Raspberry OS which is “raspian buster” libcurl4-gnutls-dev was the correct pick. So continuing with resolving dependencies for now. Next is how to apply patches. From my understanding I need to apply patches to certain files, plus the documentation says “platform

[Kicad-developers] Compiling KiCAD 5.99 on Raspberry Pi (400)

2021-04-28 Thread David Knochenhauer
Hi, I'm new to this topic, but I want to learn how this stuff works and I want my favorite eCAD software to be the subject of this journey. So what I have managed so far: - getting the sources from GIT - executing cmake (ha!) - identifying missing dependencies - turning OFF

Re: [Kicad-developers] ngspice-34

2021-04-28 Thread Adam Wolf
Just curious, what sort of timeframe would we be looking at for 35? Adam Wolf On Wed, Apr 28, 2021 at 5:59 AM Nick Østergaard wrote: > > Ok, thank you. I will follow-up with archlinux packager for ngspice. > > On Wed, 28 Apr 2021 at 10:02, Holger Vogt wrote: >> >> config.h for ngspice should

Re: [Kicad-developers] ngspice-34

2021-04-28 Thread Nick Østergaard
Ok, thank you. I will follow-up with archlinux packager for ngspice. On Wed, 28 Apr 2021 at 10:02, Holger Vogt wrote: > config.h for ngspice should not be distributed, because it is a local, > OS dependent autogenerated file, and might interfere with other packages. > > So I did remove it in

Re: [Kicad-developers] ngspice-34

2021-04-28 Thread Holger Vogt
config.h for ngspice should not be distributed, because it is a local, OS dependent autogenerated file, and might interfere with other packages. So I did remove it in ngspice-34. Nevertheless KiCad uses it (from its position in /usr/include/ngspice/config.h) to extract compile time version