|
|
@ -10,21 +10,21 @@ c2m is an executable intended to convert polychromatic images to monochromatic i |
|
|
|
|
|
|
|
The simplest way to compile this package is: |
|
|
|
|
|
|
|
1. `cd' to the directory containing the package's source code and type |
|
|
|
`./configure' to configure the package for your system. |
|
|
|
1. `cd` to the directory containing the package's source code and type |
|
|
|
`./configure` to configure the package for your system. |
|
|
|
|
|
|
|
Running `configure' might take a while. While running, it prints |
|
|
|
Running `configure` might take a while. While running, it prints |
|
|
|
some messages telling which features it is checking for. |
|
|
|
|
|
|
|
2. Type `make' to compile the package. |
|
|
|
2. Type `make` to compile the package. |
|
|
|
|
|
|
|
3. Type `make install' to install the programs and any data files and |
|
|
|
3. Type `make install` to install the programs and any data files and |
|
|
|
documentation. When installing into a prefix owned by root, it is |
|
|
|
recommended that the package be configured and built as a regular |
|
|
|
user, and only the `make install' phase executed with root |
|
|
|
privileges. |
|
|
|
|
|
|
|
4. You can remove the program binaries and object files from the |
|
|
|
source code directory by typing `make clean'. To also remove the |
|
|
|
files that `configure' created (so you can compile the package for |
|
|
|
a different kind of computer), type `make distclean'. |
|
|
|
source code directory by typing `make clean`. To also remove the |
|
|
|
files that `configure` created (so you can compile the package for |
|
|
|
a different kind of computer), type `make distclean`. |