summaryrefslogtreecommitdiffstats
path: root/NOTES.WIN
diff options
context:
space:
mode:
Diffstat (limited to 'NOTES.WIN')
-rw-r--r--NOTES.WIN15
1 files changed, 15 insertions, 0 deletions
diff --git a/NOTES.WIN b/NOTES.WIN
index 4d39d06f32..b1cb542d09 100644
--- a/NOTES.WIN
+++ b/NOTES.WIN
@@ -109,6 +109,21 @@
This naturally implies that you've installed corresponding add-on
packages.
+ Independently of the method chosen to build for mingw, the installation
+ paths are similar to those used when building with VC-* targets, except
+ that in case the fallbacks mentioned there aren't possible (typically
+ when cross compiling on Linux), the paths will be the following:
+
+ For mingw:
+
+ PREFIX: C:/Program Files (x86)/OpenSSL
+ OPENSSLDIR C:/Program Files (x86)/Common Files/SSL
+
+ For mingw64:
+
+ PREFIX: C:/Program Files/OpenSSL
+ OPENSSLDIR C:/Program Files/Common Files/SSL
+
Linking your application
========================