some enhancements to macOS compile script
This commit is contained in:
parent
194d514fdd
commit
5011f760f3
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue