aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike DePaulo <mikedep333@gmail.com>2014-09-01 15:30:59 -0400
committerMike DePaulo <mikedep333@gmail.com>2015-05-09 19:21:34 -0400
commit6f50cdfe1d1a0c5d5db49dd47786e8c7fd0d2dcc (patch)
tree653bc697bf2e6f41557ab71d6e0b18287e810bd4
parentb599637897f1cf7a98c59d37ff9f24e83f05f5bb (diff)
downloadvcxsrv-6f50cdfe1d1a0c5d5db49dd47786e8c7fd0d2dcc.tar.gz
vcxsrv-6f50cdfe1d1a0c5d5db49dd47786e8c7fd0d2dcc.tar.bz2
vcxsrv-6f50cdfe1d1a0c5d5db49dd47786e8c7fd0d2dcc.zip
Build was successful. Update building.txt for Python 3, which is now required.
-rw-r--r--building.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/building.txt b/building.txt
index e963e24f4..6599f9492 100644
--- a/building.txt
+++ b/building.txt
@@ -3,7 +3,8 @@ Prerequisites:
- Visual C++ 2013 Express Edition (Update 3 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 used: http://www.python.org/) + libxml2 python bindings
+- Python (3.2.x used: http://www.python.org/) + lxml python bindings (3.3.x used, https://pypi.python.org/pypi/lxml/)
+- Set the Env Var PYTHON3 to the path to your python.exe . For example, C:\Python32\python.exe
- Gnuwin32 gperf, gawk, gzip, flex, bison (and it's dependancies), sed (and it's dependancies (http://gnuwin32.sourceforge.net/), gperf
- nasm (http://nasm.sourceforge.net). Make sure the nasm directory is in your path
- Make sure that the gnuwin32 binaries are in a directory path with no spaces, like 'C:\gnuwin32\bin'