Change --enable-tcl to --with-tcl
This commit is contained in:
parent
b83e8faf09
commit
2c389f78bb
|
|
@ -37,7 +37,7 @@ and based upon the NG-Spice source code base with many improvements
|
|||
|
||||
$ tar -zxf tclspice0.2.??.tar.gz
|
||||
$ cd tclspice
|
||||
$ ./configure --enable-tcl --enable-experimental --enable-xspice
|
||||
$ ./configure --with-tcl --enable-experimental --enable-xspice
|
||||
$ make tcl
|
||||
$ make install-tcl
|
||||
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ dnl --enable-xspice: define XSPICE in the code. This is for xspice support
|
|||
AC_ARG_ENABLE(xspice,
|
||||
[ --enable-xspice Enables XSpice enchancements, experimental *not in standard distribution*])
|
||||
|
||||
dnl --enable-tcl: define TCL_MODULE in the code. This is for tcl support
|
||||
dnl --with-tcl: define TCL_MODULE in the code. This is for tcl support
|
||||
AC_ARG_WITH(tcl,
|
||||
[ --with-tcl[=tcldir] Compiles the tcl module instead, experimental, see README.Tcl])
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ Installation:
|
|||
|
||||
The install commands are:
|
||||
From the root directory of the source:
|
||||
./configure --enable-tcl --enable-experimental --disable-shared
|
||||
./configure --with-tcl --enable-experimental --enable-xspice
|
||||
make tcl
|
||||
And as root:
|
||||
make install-tcl
|
||||
|
|
|
|||
Loading…
Reference in New Issue