From 10d10d057e26b994ddc611c3d333e0d8a3b1c8fa Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 12 Apr 2013 15:44:54 -0500 Subject: Update Win32 build instructions slightly --- docs/WIN32.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'docs') 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 -- cgit