Browse Source

Prepare ngspice-30

pre-master-46
Holger Vogt 7 years ago
parent
commit
e18598520e
  1. 4
      FAQ
  2. 12
      INSTALL
  3. 2
      README.adms
  4. 2
      configure.ac

4
FAQ

@ -1,4 +1,4 @@
Ngspice F.A.Q.Version 2.3 (ngspice-29 release)
Ngspice F.A.Q.Version 2.3 (ngspice-30 release)
Maintained by Holger Vogt Maintained by Holger Vogt
Last update: 09-14-2018 Last update: 09-14-2018
@ -241,7 +241,7 @@
The latest version released is: The latest version released is:
* ngspice-29 (released on ../../2018)
* ngspice-30 (released on 01/01/2019)
2.2. What are the latest features in the current release? 2.2. What are the latest features in the current release?

12
INSTALL

@ -5,7 +5,7 @@ Table of contents
1 Ngspice installation (LINUX) 1 Ngspice installation (LINUX)
1.1 Prerequisites 1.1 Prerequisites
1.2 Install from tarball (e.g. ngspice-29.tar.gz)
1.2 Install from tarball (e.g. ngspice-30.tar.gz)
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
@ -53,14 +53,14 @@ This file describes the procedures to install ngspice from sources.
information on ngspice and its usage. information on ngspice and its usage.
1.2 Install from tarball (e.g. ngspice-29.tar.gz)
1.2 Install from tarball (e.g. ngspice-30.tar.gz)
This covers installation from a release distribution (for example This covers installation from a release distribution (for example
ngspice-27.tar.gz, the so called tar ball). ngspice-27.tar.gz, the so called tar ball).
After downloading the tar ball to a local directory unpack it using: After downloading the tar ball to a local directory unpack it using:
$ tar -zxvf ngspice-29.tar.gz
$ tar -zxvf ngspice-30.tar.gz
Now change directories in to the top-level source directory (where this Now change directories in to the top-level source directory (where this
INSTALL file can be found). INSTALL file can be found).
@ -460,8 +460,8 @@ Most of the options now following are not well maintained, are not tested or eve
to the standard install (FLEX and BISON have to be made available in MSYS). to the standard install (FLEX and BISON have to be made available in MSYS).
Some links are given below which describe the procedures. Some links are given below which describe the procedures.
Installing from the tarball, e.g. ngspice-29.tar.gz, is now simple: After
expanding, you may just run ./compile_min.sh from the ngspice-29 directory.
Installing from the tarball, e.g. ngspice-30.tar.gz, is now simple: After
expanding, you may just run ./compile_min.sh from the ngspice-30 directory.
The default installation location of ngspice is the Windows path The default installation location of ngspice is the Windows path
C:\spice. The install path can be altered by passing --prefix=NEWPATH C:\spice. The install path can be altered by passing --prefix=NEWPATH
@ -475,7 +475,7 @@ Most of the options now following are not well maintained, are not tested or eve
The procedure of compiling a distribution (for example, a tarball from The procedure of compiling a distribution (for example, a tarball from
the ngspice website), is as follows: the ngspice website), is as follows:
$ cd ngspice-29
$ cd ngspice-30
$ mkdir release $ mkdir release
$ cd release $ cd release
$ ../configure --with-wingui ...and other options $ ../configure --with-wingui ...and other options

2
README.adms

@ -29,7 +29,7 @@ admsXml (see below).
Unfortunately most of the above named models’ licenses are not compatible to free software Unfortunately most of the above named models’ licenses are not compatible to free software
rules as defined by DFSG. Therefore since ngspice-28 the va model files are no longer part of rules as defined by DFSG. Therefore since ngspice-28 the va model files are no longer part of
the standard ngspice distribution. They may however be downloaded as a tar.gz archive from the the standard ngspice distribution. They may however be downloaded as a tar.gz archive from the
ngspice-29 file distribution folder. After downloading, you may expand the zipped files into
ngspice-30 file distribution folder. After downloading, you may expand the zipped files into
your ngspice top level folder. The models enable dc, ac, and tran simulations. Noise simulation your ngspice top level folder. The models enable dc, ac, and tran simulations. Noise simulation
is not supported. is not supported.
Other (foreign) va model files will not compile without code tweaking, due to the limited Other (foreign) va model files will not compile without code tweaking, due to the limited

2
configure.ac

@ -12,7 +12,7 @@
# --------------- # ---------------
# Initialisation of configure # Initialisation of configure
AC_INIT([ngspice], [29+], [http://ngspice.sourceforge.net/bugrep.html])
AC_INIT([ngspice], [30], [http://ngspice.sourceforge.net/bugrep.html])
# Unique file in the source directory # Unique file in the source directory
AC_CONFIG_SRCDIR([src/ngspice.c]) AC_CONFIG_SRCDIR([src/ngspice.c])

Loading…
Cancel
Save