ALOK PRATAP SINGH
06/15/2023, 3:58 PMPramitKumar Pal
06/15/2023, 5:05 PMecho "#######################################################"
echo "#----------------Installing ngspice-------------------#"
echo "#######################################################"
#install ngspice
sudo apt-get install -y libtool
git clone <https://git.code.sf.net/p/ngspice/ngspice> ngspice_test
cd ngspice_test
git pull
git checkout pre-master
./autogen.sh
./configure --with-x --enable-xspice --disable-debug --enable-cider \
--with-readline=yes --enable-openmp
make
sudo make install
cd ..
Use this to install ngspiceALOK PRATAP SINGH
06/16/2023, 2:50 AMArman Avetisyan
06/16/2023, 7:08 AMArman Avetisyan
06/16/2023, 7:08 AMArman Avetisyan
06/16/2023, 7:08 AMALOK PRATAP SINGH
06/17/2023, 3:05 PM