Browse Source

prepare ngspice-27

pre-master-46
h_vogt 9 years ago
parent
commit
5c88d3d7b3
  1. 1
      AUTHORS
  2. 13
      ChangeLog
  3. 44
      INSTALL

1
AUTHORS

@ -25,6 +25,7 @@ Noah Friedman,
David A. Gates, David A. Gates,
Alan Gillespie, Alan Gillespie,
John Heidemann, John Heidemann,
Marcel Hendrix,
Jeffrey M. Hsu, Jeffrey M. Hsu,
JianHui Huang, JianHui Huang,
S. Hwang, S. Hwang,

13
ChangeLog

@ -1,3 +1,16 @@
2017-08-25 h_vogt
This ChangeLog is no longer maintained.
Starting with ngspice-26, for code changes
please refer to the git repository at
https://sourceforge.net/p/ngspice/ngspice/ci/master/tree/.
Especially the 'history' button on the top of the page
will give all the change log information.
There are still some other ChangeLog files in various
subdirectories. All of them are no longer in use and are
kept only for historical reasons.
2014-01-03 h_vogt <h_vogt> 2014-01-03 h_vogt <h_vogt>
* INSTALL, * INSTALL,
* configure.ac, * configure.ac,

44
INSTALL

@ -9,8 +9,9 @@ Table of contents
1.3 Install from git repository 1.3 Install from git repository
1.4 Advanced Install 1.4 Advanced Install
1.4.1 Most useful options 1.4.1 Most useful options
1.4.2 Options Specific to Using Ngspice
1.4.3 Options Useful for Debugging Ngspice
1.4.2 Options Specific to Enable Ngspice as a shared library
1.4.3 Options Specific to Using Ngspice
1.4.4 Options Useful for Debugging Ngspice
2 Compilers and Options 2 Compilers and Options
3 Compiling For Multiple Architectures 3 Compiling For Multiple Architectures
4 Installation Names 4 Installation Names
@ -23,7 +24,7 @@ Table of contents
9.2 make ngspice with MS Visual Studio 2015/2017 9.2 make ngspice with MS Visual Studio 2015/2017
9.3 make ngspice with pure CYGWIN 9.3 make ngspice with pure CYGWIN
9.4 ngspice console app with MINGW or CYGWIN 9.4 ngspice console app with MINGW or CYGWIN
10 NGSPICE COMPILATION UNDER MAC OS X
10 NGSPICE COMPILATION UNDER macOS
This file describes the procedures to install ngspice from sources. This file describes the procedures to install ngspice from sources.
@ -188,7 +189,24 @@ This file describes the procedures to install ngspice from sources.
normal use. normal use.
1.4.2 Options Specific to Using Ngspice
1.4.2 Options Specific to Enable Ngspice as a shared library
--with-ngshared
This option let you compile ngspice as a shared
library or dll, allowing an application controlling
ngspice. This option excludes using --with-x or
--with-wingui. Useful additional options are
--enable-xspice --enable-cider --enable-openmp.
No graphics inetrface is provided, this has to be
handled by the controlling application.
--with-tcl=tcldir
When configured with this option the tcl module
"tclspice" is compiled and installed instead of
plain ngspice.
1.4.3 Options Specific to Using Ngspice
Most of the options now following are not well maintained, are not tested or even maybe obsolete. Most of the options now following are not well maintained, are not tested or even maybe obsolete.
@ -245,22 +263,8 @@ Most of the options now following are not well maintained, are not tested or eve
Enables the use of the BSD editline library (libedit). Enables the use of the BSD editline library (libedit).
See http://www.thrysoee.dk/editline/ See http://www.thrysoee.dk/editline/
--with-tcl=tcldir
When configured with this option the tcl module
"tclspice" is compiled and installed instead of
plain ngspice.
--with-ngshared
This option let you compile ngspice as a shared
library or dll, allowing an application controlling
ngspice. This option excludes using --with-x or
--with-wingui. Useful additional options are
--enable-xspice --enable-cider --enable-openmp.
No graphics inetrface is provided, this has to be
handled by the controlling application.
1.4.3 Options Useful for Debugging Ngspice
1.4.4 Options Useful for Debugging Ngspice
--enable-ansi --enable-ansi
Configure will try to find an option for your compiler so that Configure will try to find an option for your compiler so that
@ -670,7 +674,7 @@ Most of the options now following are not well maintained, are not tested or eve
10 NGSPICE COMPILATION UNDER MAC OS X
10 NGSPICE COMPILATION UNDER macOS
================================== ==================================
10.1 Use precompiled binary package 10.1 Use precompiled binary package

Loading…
Cancel
Save