Index: README.md |
=================================================================== |
--- a/README.md |
+++ b/README.md |
@@ -17,8 +17,19 @@ |
-------- |
You need Microsoft Visual C++ 2012 and Python 2.7. Make sure that `python.exe` |
Eric
2015/10/08 14:36:35
This line of text has become confusing given the f
|
-is on your `PATH`. Unfortunately until we move to Visual Studio 2013 you'll |
-need to use Visual Studio 2012 version that comes with ATL (Proffessional etc). |
+is on your `PATH`. When building with Express edition you also need some |
+Visual Studio which comes with ATL. For example, if you use Visual Studio 2013 |
+Community Edition then set `VCInstallDir_120` environment variable to the |
+directory of Visual C++ (for example, |
+`C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC`). |
+ |
+Building is tested on the following configurations |
+- [free for everybody] "Microsoft Visual Studio Express 2012 for Windows |
+Desktop" with "Microsoft Visual Studio Community 2013" as the source of ATL. |
+- "Microsoft Visual Studio Express 2012 for Windows Desktop" with "Microsoft |
+Visual Studio Professional 2012" as the source of ATL. |
+- "Microsoft Visual Studio Professional 2012" |
+- "Microsoft Visual Studio Ultimate 2012" |
* Execute `createsolution.bat` to retrieve dependencies and generate project |
files, this will create `build\ia32\adblockplus.sln` (solution for the 32 bit |