← Back to team overview

kicad-developers team mailing list archive

Re: doing math on plots

 



Is this supposed to work on macOS as well? I downloaded the ngspice
package but the binary fails to run:

$ ./ngspice
dyld: Library not loaded: /opt/X11/lib/libXaw.7.dylib
   Referenced from: /Applications/ngspice/bin/./ngspice
   Reason: image not found
Abort trap: 6



Plotting with ngspice on macOS requires X11 support, that is not provided by Apple. You may download and install XQuartz from https://www.xquartz.org/ to get the X-Server and X11 libs.


References