diff options
author | Mike DePaulo <mikedep333@gmail.com> | 2015-02-20 06:26:37 -0500 |
---|---|---|
committer | Mike DePaulo <mikedep333@gmail.com> | 2015-02-20 06:37:41 -0500 |
commit | 313ad540ac4bb21bc23737e539a728bf9fce3d5d (patch) | |
tree | 3d38fa5ffa2cc3ea319c10f47f04a5445a308eaf | |
parent | 1f9198254bb53881b5a633ef4590be7b7713ffd9 (diff) | |
download | vcxsrv-313ad540ac4bb21bc23737e539a728bf9fce3d5d.tar.gz vcxsrv-313ad540ac4bb21bc23737e539a728bf9fce3d5d.tar.bz2 vcxsrv-313ad540ac4bb21bc23737e539a728bf9fce3d5d.zip |
VS 2013 Update 3 -> VS 2013 Update 4
-rw-r--r-- | building.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/building.txt b/building.txt index d7dadfea3..f4d282140 100644 --- a/building.txt +++ b/building.txt @@ -1,6 +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 3 is currently used)
+- Visual C++ 2013 Express Edition (Update 4 is currently used)
Visual C++ 2013 is probably also ok (not tested)
- 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)
|