From f7001d9f6c039846ca9fd99bda53e31b51c749bb Mon Sep 17 00:00:00 2001 From: athulappadan Date: Tue, 28 Mar 2017 11:15:15 +0530 Subject: installation script modified --- install-nghdl.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/install-nghdl.sh b/install-nghdl.sh index ab0a1eb..eade469 100755 --- a/install-nghdl.sh +++ b/install-nghdl.sh @@ -81,7 +81,11 @@ function installNgspice echo "Installing Ngspice....." echo "------------------------------------" sleep 5 - ../configure --enable-xspice --disable-debug --prefix=$HOME/$ngspice/install_dir/ --exec-prefix=$HOME/$ngspice/install_dir/ + ../configure --enable-xspice --disable-debug --prefix=$HOME/$ngspice/install_dir/ --exec-prefix=$HOME/$ngspice/install_dir/ + + #dirty fix for adding patch to ngspice base code + cp $src_dir/src/outitf.c $HOME/$ngspice/src/frontend + make make install if [ "$?" == 0 ];then -- cgit