add info for generating ngspice shared library

This commit is contained in:
h_vogt 2017-09-09 11:22:24 +02:00
parent 2fd3c4d94f
commit a3a0aa2338
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,7 @@
# set path to compiler in msys/xx/etc/fstab (e.g. c:/MinGW64 /mingw) # set path to compiler in msys/xx/etc/fstab (e.g. c:/MinGW64 /mingw)
# start compiling with # start compiling with
# './compile_min.sh' or './compile_min.sh 64' # './compile_min.sh' or './compile_min.sh 64'
# As an (more recent) alternative install MSYS2 and the tools cited above.
# Options: # Options:
# --adms and --enable-adms will install extra HICUM, EKV and MEXTRAM models via the # --adms and --enable-adms will install extra HICUM, EKV and MEXTRAM models via the
@ -18,6 +19,9 @@
# CIDER, XSPICE, and OpenMP may be selected at will. # CIDER, XSPICE, and OpenMP may be selected at will.
# --disable-debug will give O2 optimization (versus O0 for debug) and removes all debugging info. # --disable-debug will give O2 optimization (versus O0 for debug) and removes all debugging info.
# ngspice as shared library:
# Replace --with-wingui by --with-ngshared in line ../configure ... .
# Add (optionally) --enable-relpath to avoid absolute paths when searching for code models.
if test "$1" = "64"; then if test "$1" = "64"; then
if [ ! -d "release64" ]; then if [ ! -d "release64" ]; then