[X2Go-Commits] page changed: wiki:development:build-howto-mswin:pyhoca-gui
wiki-admin at x2go.org
wiki-admin at x2go.org
Wed Sep 25 10:17:49 CEST 2013
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/09/25 08:17
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0 Iceweasel/23.0
IP-Address : 134.245.254.47
Hostname : m-047.informatik.uni-kiel.de
Old Revision: http://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:pyhoca-gui?rev=1380095931
New Revision: http://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:pyhoca-gui
Edit Summary: [Choosing the PyHoca-GUI Version]
User : sunweaver
@@ -78,15 +78,25 @@
A list of available versions can be listed with ''git tag'' executed in the ''python-x2go'' directory.
==== Choosing the PyHoca-GUI Version ====
- Before testing/building PyHoca-GUI, you may want to choose the version of PyHoca-GUI to use, use '''git checkout'' to get a specific version:
+ Before testing/building PyHoca-GUI, you may want to choose the version of PyHoca-GUI to use, use ''git checkout'' to get a specific
version:
<code bash>
$ cd pyhoca-gui && git checkout <the-version-you-want> && cd -
</code>
A list of available versions can be listed with ''git tag'' executed in the ''pyhoca-gui'' directory.
+
+ If you want to test/build bleeding edge code, build PyHoca-GUI from the master branch.
+
+ As the development of PyHoca-GUI is closely entangled with the development of Python X2Go, for bleeding edge code it is recommended to use the master branches of both projects.
+
+ <code bash>
+ $ cd python-x2go && git checkout master && cd -
+ $ cd python-x2go && python setup.py install_lib && python setup.py install
+ $ cd pyhoca-gui && git checkout master && cd -
+ </code>
==== Launching PyHoca-GUI from the Cmdline ====
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
More information about the x2go-commits
mailing list