diff --git a/NOTES.WIN b/NOTES.WIN index a2e91201ab3e3bd29f0c1d23a40b3f133be55ab2..b3d19671bf7c46eb9f216460eb5571b63af9ca4c 100644 --- a/NOTES.WIN +++ b/NOTES.WIN @@ -47,6 +47,12 @@ PREFIX: %ProgramFiles%\OpenSSL OPENSSLDIR: %CommonProgramFiles%\SSL + ALSO NOTE that those directories are usually write protected, even if + your account is in the Administrators group. To work around that, + start the command prompt by right-clicking on it and choosing "Run as + Administrator" before running 'nmake install'. The other solution + is, of course, to choose a different set of directories by using + --prefix and --openssldir when configuring. GNU C (Cygwin) --------------