## the following commands were used to compile ngspice for Mac-OSX

tar zxvf ngspice-25.tar.gz
cd ngspice-25
mkdir release
cd release
../configure --enable-xspice --disable-debug --prefix=/Users/mhperrott/CppSim/CppSimShared/NGspice/NGspice_macosx
make
make install
