diff options
author | Adam <Adam@anope.org> | 2014-05-31 23:54:50 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2014-05-31 23:54:50 -0400 |
commit | 76ab5c2c3882f760a30252bba119c2d1b75c8beb (patch) | |
tree | 67fdb52c22be8c2376061271b7838a9bbcde13d9 /docs/WIN32.txt | |
parent | 54e98f017c95feec8265d7e5c1d0b29fc5c716ea (diff) |
Update WIN32.txt reflecting new Windows stuff
Diffstat (limited to 'docs/WIN32.txt')
-rw-r--r-- | docs/WIN32.txt | 16 |
1 files changed, 4 insertions, 12 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:
-
- -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.
+ they are by passing their location to Config.
+
+ 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:
|