diff options
author | Richard Levitte <levitte@openssl.org> | 2002-02-16 23:31:16 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2002-02-16 23:31:16 +0100 |
commit | 9c5b91fd0be0ff6caea17ed62535590a7027b36a (patch) | |
tree | ecb2210b3ba2f0f84f50153b0ba316d723ffb33b /INSTALL.W32 | |
parent | Since Cygwin is the proper spelling, let's change to that everywhere. (diff) | |
download | openssl-9c5b91fd0be0ff6caea17ed62535590a7027b36a.tar.xz openssl-9c5b91fd0be0ff6caea17ed62535590a7027b36a.zip |
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.W32 | 2 |
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 [...] |