diff options
author | Adam <Adam@anope.org> | 2011-11-08 17:29:16 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-11-08 17:29:16 -0500 |
commit | b5ff856f47d8e54d12c568462a06351633c29610 (patch) | |
tree | a4e2f96c59ee49aa5e6cacdfd30db6155151ad36 /docs/WIN32.txt | |
parent | 97b9055f92f21cd91af44a3d5dacce0024536cff (diff) |
Windows
Diffstat (limited to 'docs/WIN32.txt')
-rw-r--r-- | docs/WIN32.txt | 24 |
1 files changed, 2 insertions, 22 deletions
diff --git a/docs/WIN32.txt b/docs/WIN32.txt index 54a95b230..17b4e38ab 100644 --- a/docs/WIN32.txt +++ b/docs/WIN32.txt @@ -26,36 +26,16 @@ Anope for Windows (NOTE: When installing, tell CMake to add itself to the PATH.)
If you have Visual C++ 10 (2010) skip ahead to step 2, else you
- need to download the following free components from Microsoft. Once
+ need to download the following free component from Microsoft. Once
downloaded, install these packages.
* Microsoft Visual C++ 2010 Express Edition:
http://www.microsoft.com/express/vc/
- or
-
- then download and install:
-
- * Microsoft Windows 2008 SDK:
- http://www.microsoft.com/downloads/details.aspx?FamilyId=E6E1C3DF-A74F-4207-8586-711EBE331CDC&displaylang=en
-
- (NOTE: Although they say for Windows Server 2003 or 2008, they do infact work on all supported
- versions of Windows. When installing the 2003 SDK, you should select the Custom option, and only select
- to have the Microsoft Windows Core SDK installed. When installing the 2008 SDK, you should select the
- Custom option, and only select to have the Developer Tools installed, but also expand that and deselect
- the Visual C++ Compilers as well as the Mobile Tools. Doing this will decrease the install time as well
- as the space used by the SDK.)
-
2) Unpack the Anope tarball with your favorite uncompression program
(WinZip or WinRAR, etc).
- 3) (Note before this step: If you fall under one of the situations at the end of Step 1 where it says that the
- SDK will not work out of the box, do not bring up the Visual C++ Command Prompt by using the link in
- the Windows Start Menu. Instead, edit vsvars32.bat in the directory where you unpacked the source code
- in step 2, so the first line that says "@SET VSINSTALLDIR=<whatever>" has the directory where you installed
- Visual C++ Express to, if different from the default. Save the file and then run it instead.)
-
- Bring up the Visual C++ Command Prompt; This will launch a
+ 3) Bring up the Visual C++ Command Prompt; This will launch a
DOS Command Prompt like window, which will set the environment
properties needed to make Anope.
|