Browse Source

some enhancements to macOS compile script

pre-master-46
Holger Vogt 6 years ago
parent
commit
5011f760f3
  1. 5
      build-for-mac-os.sh

5
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

Loading…
Cancel
Save