aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike DePaulo <mikedep333@gmail.com>2015-02-20 06:30:19 -0500
committerMike DePaulo <mikedep333@gmail.com>2015-02-20 06:37:56 -0500
commit5a10289dc905a40af8bc558be31ae5b8a44db4e0 (patch)
tree1bd82e576aae10d134e3993feabaf75a07f7b596
parent313ad540ac4bb21bc23737e539a728bf9fce3d5d (diff)
downloadvcxsrv-5a10289dc905a40af8bc558be31ae5b8a44db4e0.tar.gz
vcxsrv-5a10289dc905a40af8bc558be31ae5b8a44db4e0.tar.bz2
vcxsrv-5a10289dc905a40af8bc558be31ae5b8a44db4e0.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.txt3
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