Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-02-17 01:31:16 +0300
committerRichard Levitte <levitte@openssl.org>2002-02-17 01:31:16 +0300
commit9c5b91fd0be0ff6caea17ed62535590a7027b36a (patch)
treeecb2210b3ba2f0f84f50153b0ba316d723ffb33b /INSTALL.W32
parent290d3eab76e902371ce80303e0e4f2b2e5549354 (diff)
Oh, and since config figures out that we run Cygwin and what versions,
let's recommend running config instead of a manual Configure.
Diffstat (limited to 'INSTALL.W32')
-rw-r--r--INSTALL.W322
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.W32 b/INSTALL.W32
index 081eced313..633ebd7c65 100644
--- a/INSTALL.W32
+++ b/INSTALL.W32
@@ -160,7 +160,7 @@
* $ tar zxvf openssl-x.x.x.tar.gz
$ cd openssl-x.x.x
- $ ./Configure Cygwin
+ $ ./config
[...]
$ make
[...]