[X2Go-Commits] [vcxsrv] 03/06: Correct building.txt in terms of Python

git-admin at x2go.org git-admin at x2go.org
Mon Mar 9 05:12:23 CET 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to tag 1.15.2.3-xp+vc2013+x2go1
in repository vcxsrv.

commit a835056e065f0a85c5db25373b78b87c5fa34a08
Author: Mike DePaulo <mikedep333 at gmail.com>
Date:   Fri Feb 20 06:25:36 2015 -0500

    Correct building.txt in terms of Python
---
 building.txt |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/building.txt b/building.txt
index 10814f7..d7dadfe 100644
--- a/building.txt
+++ b/building.txt
@@ -3,13 +3,14 @@ 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 (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
+- Python 2.7.x (2.7.9 used)
+- Make sure python 2.7 (not 3.2) is in the environment PATH
+- Python 3 (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 3 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'
 - Make sure the environment PATH includes the directory where the gnuwin32 binaries are
-- Make sure python is in the environment PATH
 - To build the installer: NSIS Unicode
 - To build the installer, make sure NSIS Unicode is in the path (e.g. C:\Program Files (x86)\NSIS\Unicode)
 - If you are on 32-bit Windows instead of 64-bit like I am, edit setvcenv.sh for the 32-bit folder path differences

--
Alioth's /srv/git/code.x2go.org/vcxsrv.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/vcxsrv.git


More information about the x2go-commits mailing list