typo
This commit is contained in:
parent
58c3aaac32
commit
f747f09495
8
INSTALL
8
INSTALL
|
|
@ -18,7 +18,7 @@ Table of contents
|
|||
1.5.1 Most useful options
|
||||
1.5.2 Options Specific to Enable Ngspice as a shared library
|
||||
1.5.3 Options Useful for Debugging Ngspice
|
||||
1.6 Installation on Red Hat, Oracle or Centos Linux
|
||||
1.6 Installation on Red Hat, Oracle or CentOS Linux
|
||||
2 Compilers and Options
|
||||
3 Compiling For Multiple Architectures
|
||||
4 Installation Names
|
||||
|
|
@ -97,7 +97,7 @@ This file describes the procedures to install ngspice from sources.
|
|||
compile_linux.sh within the terminal window by ./compile_linux.sh. Admin
|
||||
rights are required to allow the installation included in the script.
|
||||
|
||||
Centos users may need to add -std=c99 to the CFLAGS in the ../configure
|
||||
CentOS users may need to add -std=c99 to the CFLAGS in the ../configure
|
||||
statement.
|
||||
|
||||
If you want to compile ngspice manually, you should be able to do:
|
||||
|
|
@ -323,7 +323,7 @@ This file describes the procedures to install ngspice from sources.
|
|||
problem yourself, then the development team will love to hear from you.
|
||||
|
||||
|
||||
1.6 Installation on Red Hat, Oracle or Centos
|
||||
1.6 Installation on Red Hat, Oracle or CentOS
|
||||
|
||||
These OSs, widely distributed among commercial users, but offering
|
||||
only an old gcc compiler, e.g. version 4.8, will require some
|
||||
|
|
@ -331,7 +331,7 @@ This file describes the procedures to install ngspice from sources.
|
|||
Hat Like Distributions.pdf", provided by Justin Fisher, available with
|
||||
the ngspice distribution.
|
||||
|
||||
Centos users may need to add -std=c99 to the CFLAGS in their ../configure
|
||||
CentOS users may need to add -std=c99 to the CFLAGS in their ../configure
|
||||
statement.
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
# for details please see the ngspice manual, chapt. 32.1.
|
||||
# Declare 'compile_linux.sh' executable and start compiling with
|
||||
# './compile_linux.sh' or './compile_linux.sh d' from the ngspice directory.
|
||||
# Centos users may need to add -std=c99 to the CFLAGS in the ../configure
|
||||
# CentOS users may need to add -std=c99 to the CFLAGS in the ../configure
|
||||
# statement.
|
||||
# Options:
|
||||
# --enable-osdi will enable the OSDI interface, which, in conjuction with the
|
||||
|
|
|
|||
Loading…
Reference in New Issue