Fixed build command description

This commit is contained in:
falgout 1997-02-19 00:16:07 +00:00
parent df5f25fc5c
commit b0a2be329a
2 changed files with 4 additions and 4 deletions

View File

@ -110,7 +110,7 @@ examples for creating your own configuration file.
Create a config file (say `config.mine') with no lines in it. Create a config file (say `config.mine') with no lines in it.
Then, type: Then, type:
build -arch config.mine build -arch mine
If the library builds, then you don't need to do any configuring. If the library builds, then you don't need to do any configuring.
Otherwise, use the example configuration files as guides to change Otherwise, use the example configuration files as guides to change
@ -120,7 +120,7 @@ defined in the `config.defaults' file may be overridden in your
To install, type: To install, type:
build -arch config.mine install build -arch mine install
This will also build the library if it hasn't already been built. This will also build the library if it hasn't already been built.
The default is to install the library in a `lib' subdirectory The default is to install the library in a `lib' subdirectory

View File

@ -110,7 +110,7 @@ examples for creating your own configuration file.
Create a config file (say `config.mine') with no lines in it. Create a config file (say `config.mine') with no lines in it.
Then, type: Then, type:
build -arch config.mine build -arch mine
If the library builds, then you don't need to do any configuring. If the library builds, then you don't need to do any configuring.
Otherwise, use the example configuration files as guides to change Otherwise, use the example configuration files as guides to change
@ -120,7 +120,7 @@ defined in the `config.defaults' file may be overridden in your
To install, type: To install, type:
build -arch config.mine install build -arch mine install
This will also build the library if it hasn't already been built. This will also build the library if it hasn't already been built.
The default is to install the library in a `lib' subdirectory The default is to install the library in a `lib' subdirectory