update README with Mingw note
This commit is contained in:
parent
864f0468aa
commit
a0dc1b6f47
10
README
10
README
@ -32,6 +32,16 @@ SSL_CTX_set_verify(ctx, SSL_VERIFY_NONE, 0);
|
||||
|
||||
before calling SSL_new(); Though it's not recommended.
|
||||
|
||||
Note 3)
|
||||
When compiling with Mingw, libtool may give the following warning due to
|
||||
path conversion errors:
|
||||
|
||||
libtool: link: Could not determine host file name corresponding to **
|
||||
libtool: link: Continuing, but uninstalled executables may not work.
|
||||
|
||||
If so, examples and testsuite will have problems when run, showing an
|
||||
error while loading shared libraries. To resolve, please run "make install".
|
||||
|
||||
*** end Notes ***
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user