From 76ab5c2c3882f760a30252bba119c2d1b75c8beb Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 31 May 2014 23:54:50 -0400 Subject: [PATCH] Update WIN32.txt reflecting new Windows stuff --- docs/WIN32.txt | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/docs/WIN32.txt b/docs/WIN32.txt index 018b898d2..071831995 100644 --- a/docs/WIN32.txt +++ b/docs/WIN32.txt @@ -73,18 +73,10 @@ Anope for Windows Some Anope modules require third party libraries, such as m_mysql and 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: + they are by passing their location to Config. - -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 - use if you want. They are avaiable at http://anope.org/downloads/anope-extra.zip - The OpenSSL, MySQL, and OpenLDAP header files and libraries are also included in - this package. Once downloaded and extracted, you should run install.bat - then give Config the path to the new 'installed' directory. + The libraries used to build the 'extra' modules are available at + https://github.com/Adam-/windows-scripts. 5) You are now ready to compile. If you said you wanted to use NMake in step 4, at the prompt type: