Browse Source

typo

pre-master-46
Holger Vogt 3 years ago
parent
commit
f747f09495
  1. 8
      INSTALL
  2. 2
      compile_linux.sh

8
INSTALL

@ -18,7 +18,7 @@ Table of contents
1.5.1 Most useful options 1.5.1 Most useful options
1.5.2 Options Specific to Enable Ngspice as a shared library 1.5.2 Options Specific to Enable Ngspice as a shared library
1.5.3 Options Useful for Debugging Ngspice 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 2 Compilers and Options
3 Compiling For Multiple Architectures 3 Compiling For Multiple Architectures
4 Installation Names 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 compile_linux.sh within the terminal window by ./compile_linux.sh. Admin
rights are required to allow the installation included in the script. 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. statement.
If you want to compile ngspice manually, you should be able to do: 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. 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 These OSs, widely distributed among commercial users, but offering
only an old gcc compiler, e.g. version 4.8, will require some 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 Hat Like Distributions.pdf", provided by Justin Fisher, available with
the ngspice distribution. 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. statement.

2
compile_linux.sh

@ -9,7 +9,7 @@
# for details please see the ngspice manual, chapt. 32.1. # for details please see the ngspice manual, chapt. 32.1.
# Declare 'compile_linux.sh' executable and start compiling with # Declare 'compile_linux.sh' executable and start compiling with
# './compile_linux.sh' or './compile_linux.sh d' from the ngspice directory. # './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. # statement.
# Options: # Options:
# --enable-osdi will enable the OSDI interface, which, in conjuction with the # --enable-osdi will enable the OSDI interface, which, in conjuction with the

Loading…
Cancel
Save