diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 15:37:29 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 15:37:29 +0000 |
commit | 1f9c10664fb33107c4d175e1c5553b23a1f34550 (patch) | |
tree | 31e3e20c66e2e5fe93ff4522e05bad9882b49afa /INSTALL | |
parent | Adding upstream version 1.2~pre1. (diff) | |
download | plzip-1f9c10664fb33107c4d175e1c5553b23a1f34550.tar.xz plzip-1f9c10664fb33107c4d175e1c5553b23a1f34550.zip |
Adding upstream version 1.2~rc1.upstream/1.2_rc1
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -45,12 +45,12 @@ the main archive. Another way ----------- -You can also compile plzip into a separate directory. To do this, you -must use a version of 'make' that supports the 'VPATH' variable, such -as GNU 'make'. 'cd' to the directory where you want the object files -and executables to go and run the 'configure' script. 'configure' -automatically checks for the source code in '.', in '..' and in the -directory that 'configure' is in. +You can also compile plzip into a separate directory. +To do this, you must use a version of 'make' that supports the 'VPATH' +variable, such as GNU 'make'. 'cd' to the directory where you want the +object files and executables to go and run the 'configure' script. +'configure' automatically checks for the source code in '.', in '..' and +in the directory that 'configure' is in. 'configure' recognizes the option '--srcdir=DIR' to control where to look for the sources. Usually 'configure' can determine that directory |