some enhancements to macOS compile script

This commit is contained in:
Holger Vogt 2020-05-03 11:46:03 +02:00
parent 194d514fdd
commit 5011f760f3
1 changed files with 4 additions and 1 deletions

View File

@ -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