diff options
author | Adam <Adam@anope.org> | 2012-10-29 15:56:06 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-10-29 17:07:10 -0400 |
commit | fedf235c8392883bd27e342c9f0c1f8fcd30191d (patch) | |
tree | 48d4637e22549545173c7a6e47043544c9f6e297 /docs/WIN32.txt | |
parent | e88d2c20310eb586703e320bdb4800c4685f642f (diff) |
Update Config.cs for VS 2012 and fix it failing if the source directory path has spaces in it
Diffstat (limited to 'docs/WIN32.txt')
-rw-r--r-- | docs/WIN32.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/WIN32.txt b/docs/WIN32.txt index 17b4e38ab..769c397d4 100644 --- a/docs/WIN32.txt +++ b/docs/WIN32.txt @@ -25,12 +25,11 @@ 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 component from Microsoft. Once
- downloaded, install these packages.
+ If you have Visual C++ 10 or 11 (2010/2012) skip ahead to step 2, else you
+ need to download and install the following free component from Microsoft.
* Microsoft Visual C++ 2010 Express Edition:
- http://www.microsoft.com/express/vc/
+ http://www.microsoft.com/visualstudio/eng/downloads#d-2010-express
2) Unpack the Anope tarball with your favorite uncompression program
(WinZip or WinRAR, etc).
|