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 ./autogen.sh
./configure \ ./configure \
--with-x \
--enable-xspice \ --enable-xspice \
--enable-cider \ --enable-cider \
--enable-pss \ --enable-pss \
--with-readline=yes \
--enable-openmp \
--disable-debug \ --disable-debug \
--prefix=/Applications/ngspice --prefix=/Applications/ngspice
make
make -j4
make DESTDIR="$(pwd)/root-tree" install make DESTDIR="$(pwd)/root-tree" install
# Package # Package

Loading…
Cancel
Save