From 927f955156dc78a9a6764627567d74300437230c Mon Sep 17 00:00:00 2001 From: h_vogt Date: Mon, 11 Sep 2017 00:23:58 +0200 Subject: [PATCH] run ./autogen.sh, if compiling shared ngspice --- compile_min.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/compile_min.sh b/compile_min.sh index 5632a53a3..66ca87edb 100755 --- a/compile_min.sh +++ b/compile_min.sh @@ -22,6 +22,7 @@ # ngspice as shared library: # Replace --with-wingui by --with-ngshared in line ../configure ... . # Add (optionally) --enable-relpath to avoid absolute paths when searching for code models. +# It might be necessary to uncomment and run ./autogen.sh . if test "$1" = "64"; then if [ ! -d "release64" ]; then