wmail: fixed error in build instructions.
This commit is contained in:
parent
9205d51d68
commit
1b049207fa
|
@ -180,9 +180,9 @@ Compile:
|
||||||
1. Call "./configure", try "./configure --help" for a list of options.
|
1. Call "./configure", try "./configure --help" for a list of options.
|
||||||
2. Call "make" to build the binary (or gmake if make isn't GNU make compliant)
|
2. Call "make" to build the binary (or gmake if make isn't GNU make compliant)
|
||||||
|
|
||||||
If compiling does not succeed due to missed header files or libraries
|
If compiling does not succeed due to missed header files or libraries you have
|
||||||
you have to make use of configure's `--includedir=DIR' and/or `--libdir=DIR'
|
to make use of the environment variables listed by "configure --help" in order
|
||||||
cmdline options in order to specify paths to those files.
|
to pass the flags that specify the paths to those files.
|
||||||
|
|
||||||
Porting:
|
Porting:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue