Browse Source

INSTALL add --with-ngshared

pre-master-46
h_vogt 13 years ago
committed by rlar
parent
commit
6f131e4196
  1. 11
      INSTALL

11
INSTALL

@ -250,6 +250,15 @@ Most of the options now following are not well maintained, are not tested or eve
"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
@ -538,7 +547,7 @@ Most of the options now following are not well maintained, are not tested or eve
9.2 make ngspice with MS Visual Studio 2008
ngspice may be compiled with MS Visual Studio 2008.
ngspice may be compiled with MS Visual Studio 2008 or 2010.
CIDER and XSPICE are included, but the code models for XSPICE
(*.cm) are not (yet) made. You may however use the code models

Loading…
Cancel
Save