Windows notes: add a few lines on gaining admin privs for installing
[openssl.git] / NOTES.WIN
index a2e91201ab3e3bd29f0c1d23a40b3f133be55ab2..b3d19671bf7c46eb9f216460eb5571b63af9ca4c 100644 (file)
--- a/NOTES.WIN
+++ b/NOTES.WIN
      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)
  --------------