diff options
author | Mike DePaulo <mikedep333@gmail.com> | 2015-02-20 06:30:19 -0500 |
---|---|---|
committer | Mike DePaulo <mikedep333@gmail.com> | 2015-05-09 19:29:12 -0400 |
commit | b59fba2b90ecf0a5c2e871762af88e944c9faeb1 (patch) | |
tree | a0f40e72e0027ba15d40ce7c6de07b63bdf37c4b /building.txt | |
parent | 67ba0546cca5fa4148a34c7318d8de94fd97c24e (diff) | |
download | vcxsrv-b59fba2b90ecf0a5c2e871762af88e944c9faeb1.tar.gz vcxsrv-b59fba2b90ecf0a5c2e871762af88e944c9faeb1.tar.bz2 vcxsrv-b59fba2b90ecf0a5c2e871762af88e944c9faeb1.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.
Diffstat (limited to 'building.txt')
-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
|