diff options
author | Adam <Adam@anope.org> | 2013-04-12 15:44:54 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-04-12 15:44:54 -0500 |
commit | 10d10d057e26b994ddc611c3d333e0d8a3b1c8fa (patch) | |
tree | a22c9e36b185310bb73b68674ca7ab83fdd56bcc /docs/WIN32.txt | |
parent | aa2844a3fcb825c99836bf4457c5517e11e1af73 (diff) |
Update Win32 build instructions slightly
Diffstat (limited to 'docs/WIN32.txt')
-rw-r--r-- | docs/WIN32.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/WIN32.txt b/docs/WIN32.txt index 769c397d4..7922523f4 100644 --- a/docs/WIN32.txt +++ b/docs/WIN32.txt @@ -75,10 +75,8 @@ Anope for Windows 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_INCLUDES:STRING=c:/openssl/include;c:/openssl/lib
-
- Which would have cmake search both C:\openssl\include and
- C:\openssl\lib.
+ -DEXTRA_INCLUDE:STRING=c:/openssl/include;c:/mysql/include
+ -DEXTRA_LIBS:STRING=c:/openssl/lib;c:/mysql/lib
Building Anope with gettext requires libintl, libiconv, libgcc and
libmingex. We have precompiled these libraries for you that you may
|