summaryrefslogtreecommitdiff
path: root/docs/WIN32.txt
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-02-17 00:41:36 +0100
committerAttila Molnar <attilamolnar@hush.com>2014-02-17 00:41:36 +0100
commit9c0134ee2c76fe7ff1509501b3904f9db9b29454 (patch)
tree0412d074ec4216fe6dd7b7fb5e977cf109bbbf4b /docs/WIN32.txt
parent959fee59377edc4eaf285d8e72d3c2c41e9fe3ab (diff)
Rename m_ssl to m_ssl_openssl and update docs
Diffstat (limited to 'docs/WIN32.txt')
-rw-r--r--docs/WIN32.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/WIN32.txt b/docs/WIN32.txt
index 7922523f4..018b898d2 100644
--- a/docs/WIN32.txt
+++ b/docs/WIN32.txt
@@ -71,9 +71,10 @@ Anope for Windows
our IRC Support channel for assistance.
Some Anope modules require third party libraries, such as m_mysql and
- m_ssl. If these libraries are installed in nonstandard locations, cmake
- will probably not find them and should be told where they are by passing
- additional search paths to the last question in Config, such as:
+ the SSL modules. If these libraries are installed in nonstandard
+ locations, cmake will probably not find them and should be told where
+ they are by passing additional search paths to the last question in
+ Config, such as:
-DEXTRA_INCLUDE:STRING=c:/openssl/include;c:/mysql/include
-DEXTRA_LIBS:STRING=c:/openssl/lib;c:/mysql/lib