diff options
author | Mike DePaulo <mikedep333@gmail.com> | 2015-02-20 06:30:19 -0500 |
---|---|---|
committer | Mike DePaulo <mikedep333@gmail.com> | 2015-02-20 06:30:19 -0500 |
commit | 22453645c5e058e6aa92d10b79834dc6a4c8a2a3 (patch) | |
tree | db618fdfad6b9b387495096a61cd9a2b8d95cb51 | |
parent | 33bd202f1e9d885ff62588d5225e3b8c4585d667 (diff) | |
download | vcxsrv-22453645c5e058e6aa92d10b79834dc6a4c8a2a3.tar.gz vcxsrv-22453645c5e058e6aa92d10b79834dc6a4c8a2a3.tar.bz2 vcxsrv-22453645c5e058e6aa92d10b79834dc6a4c8a2a3.zip |
Now using: VS Express -> VS Community Edition.
Also, community edition is supposed to have the same features as Professional,
so we can safely assume that Professional and other commercial editions
will work fine.
-rw-r--r-- | building.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/building.txt b/building.txt index f4d282140..1f50a8aa3 100644 --- a/building.txt +++ b/building.txt @@ -1,7 +1,6 @@ Prerequisites:
- Windows Vista or later (The built code can run on XP, but your build machine must be Vista or later. This is a limitation of Visual Studio 2013.)
-- Visual C++ 2013 Express Edition (Update 4 is currently used)
- Visual C++ 2013 is probably also ok (not tested)
+- Visual Studio (C++) 2013. Update 4 is currently used. Express Edition, Community Edition, or one of the commercial editions should all work fine. (Currently built using community edition.)
- Cygwin. I am not sure of the exact packages, but perl and git are 2 of them. Only 32-bit Cygwin has been tested.
- Python 2.7.x (2.7.9 used)
- Make sure python 2.7 (not 3.2) is in the environment PATH
|