From 5011f760f389c64139d58170bf1376f096ecaa7d Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sun, 3 May 2020 11:46:03 +0200 Subject: [PATCH] some enhancements to macOS compile script --- build-for-mac-os.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-for-mac-os.sh b/build-for-mac-os.sh index ec17fc8d1..e5192b426 100755 --- a/build-for-mac-os.sh +++ b/build-for-mac-os.sh @@ -16,13 +16,16 @@ ./autogen.sh ./configure \ + --with-x \ --enable-xspice \ --enable-cider \ --enable-pss \ + --with-readline=yes \ + --enable-openmp \ --disable-debug \ --prefix=/Applications/ngspice -make +make -j4 make DESTDIR="$(pwd)/root-tree" install # Package