diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-04-29 16:55:17 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-04-29 16:55:17 +0000 |
commit | 63593f559707b10dc459ed8d7fef13301d12df56 (patch) | |
tree | 00df4e57ba9139818e0de7eea92da4f94061b6c9 /docs/INSTALL | |
parent | c0acaa5d2c496e88e84505aac3ee3fea1ee76949 (diff) |
mention configure --help
Diffstat (limited to 'docs/INSTALL')
-rw-r--r-- | docs/INSTALL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/INSTALL b/docs/INSTALL index 1771d57ac..671c829f7 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -31,6 +31,10 @@ UNIX If you have checked out the sources from the CVS repository, read the CVS-INFO on how to proceed. + Get a full listing of all available configure options by invoking it like: + + ./configure --help + If you want to install curl in a different file hierarchy than /usr/local, you need to specify that already when running configure: |