diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -254,12 +254,12 @@ Installing the C Library ======================== To install the library and its header files, and the Info files of the -manual, type `env LANGUAGE=C LC_ALL=C make install'. This will build -things, if necessary, before installing them; however, you should still -compile everything first. If you are installing the GNU C Library as -your primary C library, we recommend that you shut the system down to -single-user mode first, and reboot afterward. This minimizes the risk -of breaking things when the library changes out from underneath. +manual, type `make install'. This will build things, if necessary, +before installing them; however, you should still compile everything +first. If you are installing the GNU C Library as your primary C +library, we recommend that you shut the system down to single-user mode +first, and reboot afterward. This minimizes the risk of breaking +things when the library changes out from underneath. `make install' will do the entire job of upgrading from a previous installation of the GNU C Library version 2.x. There may sometimes be |