diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-10-18 13:59:54 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-10-18 13:59:54 +0200 |
commit | 0f1996321f110de3de37776f1fab64f5dbfdaa92 (patch) | |
tree | 82c0f27d3e64575b3a768911dd0952346859c11b /docs/INSTALL | |
parent | 88753c1e8999f26febfd56bac9e6d3487006d1bd (diff) | |
download | curl-0f1996321f110de3de37776f1fab64f5dbfdaa92.tar.gz |
s/cURL/curl
The tool was never called cURL, only the project. But even so, we have
more and more over time switched to just use lower case.
Diffstat (limited to 'docs/INSTALL')
-rw-r--r-- | docs/INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/INSTALL b/docs/INSTALL index 2e1075ba4..4f6593116 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -648,7 +648,7 @@ AmigaOS (This section was graciously brought to us by Diego Casorran) - To build cURL/libcurl on AmigaOS just type 'make amiga' ... + To build curl/libcurl on AmigaOS just type 'make amiga' ... What you need is: (not tested with others versions) @@ -900,7 +900,7 @@ CROSS COMPILE (This section was graciously brought to us by Jim Duey, with additions by Dan Fandrich) - Download and unpack the cURL package. + Download and unpack the curl package. 'cd' to the new directory. (e.g. cd curl-7.12.3) @@ -934,7 +934,7 @@ CROSS COMPILE You may also need to provide a parameter like '--with-random=/dev/urandom' to configure as it cannot detect the presence of a random number generating device for a target system. The '--prefix' parameter - specifies where cURL will be installed. If 'configure' completes + specifies where curl will be installed. If 'configure' completes successfully, do 'make' and 'make install' as usual. In some cases, you may be able to simplify the above commands to as |