mirror of
https://github.com/anope/anope.git
synced 2026-07-08 21:33:12 +02:00
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
This commit is contained in:
parent
3ccf2f6e53
commit
04d048a22d
@@ -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]
|
||||
|
||||
+38
-3
@@ -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.
|
||||
|
||||
+5
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user