From fa834f20bbcd6efecee8f73a6cda142d92d437e0 Mon Sep 17 00:00:00 2001 From: h_vogt Date: Sat, 25 Sep 2010 15:07:23 +0000 Subject: [PATCH] update version 22 --- ChangeLog | 2 +- INSTALL | 19 +++++++++++++++---- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index c8823a66c..55de37613 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ 2010-09-23 Holger Vogt * conf.c, conf.h, ngspice.h, visualc/config.h, configure.ac: update welcome message, version 22 - * FAQ, COPYING, NEWS: update to version 22 + * FAQ, COPYING, NEWS, INSTALL: update to version 22 * examples/Monte_Carlo: new folder with example files 2010-09-23 Robert Larice diff --git a/INSTALL b/INSTALL index 6570096c9..267217d7e 100644 --- a/INSTALL +++ b/INSTALL @@ -79,7 +79,13 @@ This file describes the procedures to install ngspice from sources. --with-editline=yes (if not available, --with-readline=yes will work, but has a licensing issue) and --disable-debug (for smaller and speed optimized executable). - + + A fully featured ngspice on LINUX may be obtained with the following commands: + $ ./autogen.sh --adms + $ ./configure --with-x --enable-xspice --disable-debug --enable-cider --with-readline=yes --enable-openmp --enable-adms + $ make + $ sudo make install + If a problem is found with the build proccess, please submit a report to the Ngspice development team. Please provide information about your system and any ./configure arguments you are using, together with any error @@ -461,7 +467,7 @@ This file describes the procedures to install ngspice from sources. The procedure of compiling a distribution (for example, a tarball from the ngspice website), is as follows: - $ cd ng-spice-rework-18 + $ cd ng-spice-rework $ ./configure --with-windows ...and other options $ make $ make install @@ -470,11 +476,16 @@ This file describes the procedures to install ngspice from sources. --enable-xspice (this requires FLEX and BISON available in MSYS, see below). --enable-cider --disable-debug (-O2 optimization, no debug information) - + + A fully featured ngspice on Windows may be obtained with the following commands: + $ ./autogen.sh --adms + $ ./configure --with-windows --enable-cider --disable-debug --enable-openmp --enable-xspice --enable-adms + $ make install + However, to compile code extracted from the CVS repository the procedure is a little different, thus: - $ cd ng-spice-rework-18 + $ cd ng-spice-rework $ ./autogen.sh $ ./configure --enable-maintainer-mode --with-windows ...and other options $ make