summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgeniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2008-02-05 13:59:42 +0000
committergeniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2008-02-05 13:59:42 +0000
commit04d048a22dd431dac646eb7458bb8c6d4903ee94 (patch)
treec91b05417d1a94890295961764e96e40968e3b38
parent3ccf2f6e53fb67acf3092b39a65da722d49ff347 (diff)
BUILD : 1.7.21 (1370) BUGS : 846 NOTES : Updated docs/WIN32.txt
git-svn-id: svn://svn.anope.org/anope/trunk@1370 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1085 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r--Changes1
-rw-r--r--docs/WIN32.txt41
-rw-r--r--version.log6
3 files changed, 44 insertions, 4 deletions
diff --git a/Changes b/Changes
index 906513cdf..12c1202ec 100644
--- a/Changes
+++ b/Changes
@@ -24,6 +24,7 @@ Anope Version S V N
02/04 F Added missed NickServ HELP for RESEND command. [#847]
02/08 F Updated config.guess and config.sub from upstream. [#853]
02/08 F Various small compiler warnings. [#685]
+02/08 F Updated docs/WIN32.txt. [#846]
Provided by Jan Milants <jan_renee@msn.com> - 2008
01/16 F Server traversion with next_server() failed to list all servers. [#831]
diff --git a/docs/WIN32.txt b/docs/WIN32.txt
index fb88847d3..241390271 100644
--- a/docs/WIN32.txt
+++ b/docs/WIN32.txt
@@ -4,7 +4,8 @@ Anope for Windows
1) Building the Source
2) Installation
3) Compiling Modules
-4) Credits
+4) Other compile options
+5) Credits
1) Building the Source
@@ -23,10 +24,17 @@ Anope for Windows
need to download the following free components from Microsoft. Once
downloaded, install these packages.
+ * Microsoft Visual C++ 2008 Express Edition:
+ http://www.microsoft.com/express/vc/
+
+ or
+
* Microsoft Visual C++ 2005 Express Edition:
http://msdn.microsoft.com/vstudio/express/visualc/download/
+
+ then download and install:
- * Microsoft Windows PlatformSDK:
+ * Microsoft Windows PlatformSDK: (Requires WGA validation)
http://www.microsoft.com/downloads/details.aspx?FamilyId=0BAF2B35-C656-4969-ACE8-E4C0C0716ADB&displaylang=en
(NOTE: Although this says for Windows Server 2003, it does infact work on all supported
@@ -157,7 +165,34 @@ Anope for Windows
C) You should now be able to load your modules on IRC via OperServ, or via
the services.conf file.
-4) Credits
+
+4) Other compile options
+
+ A) If you have trouble recompiling Anope, you should try:
+
+ nmake -f Makefile.win32 distclean
+
+ This will clean up the source directory and allow for chages to be applied
+ to previously compiled files.
+
+ B) A list of valid options are:
+
+ install
+ distclean
+ clean
+ spotless
+ all
+ core
+ protocols
+ mypasql
+ languages
+ modules
+
+ The syntax for these options is:
+
+ nmake -f Makefile.win32 [option]
+
+5) Credits
Anope is based on Epona and IRCServices. See CREDITS for more credits and
a complete list of all developers.
diff --git a/version.log b/version.log
index 40699f520..863b5974d 100644
--- a/version.log
+++ b/version.log
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="21"
VERSION_EXTRA="-svn"
-VERSION_BUILD="1369"
+VERSION_BUILD="1370"
# $Log$
#
+# BUILD : 1.7.21 (1370)
+# BUGS : 846
+# NOTES : Updated docs/WIN32.txt
+#
# BUILD : 1.7.21 (1369)
# BUGS : 685
# NOTES : Fixed some small compiler warnings about buffer addresses always evaluating to true