aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike DePaulo <mikedep333@gmail.com>2014-09-01 15:30:59 -0400
committerMike DePaulo <mikedep333@gmail.com>2014-09-01 15:30:59 -0400
commitc5dd72a3e85fa3d55d79fdf1f8d56813ee0fc409 (patch)
treeaa7506281ff6f2b4edfadca742fbeb1bf187b5ac
parent0a98b732aa5c13483c186a3ff06e9759e36dcc0e (diff)
downloadvcxsrv-c5dd72a3e85fa3d55d79fdf1f8d56813ee0fc409.tar.gz
vcxsrv-c5dd72a3e85fa3d55d79fdf1f8d56813ee0fc409.tar.bz2
vcxsrv-c5dd72a3e85fa3d55d79fdf1f8d56813ee0fc409.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'