~marienz/twisted-x11/trunk

« back to all changes in this revision

Viewing changes to README

  • Committer: Marien Zwart
  • Date: 2009-04-23 23:43:22 UTC
  • Revision ID: marienz@localhost-20090423234322-3asqi28s9vivgy67
Documentation updates.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
Python, obviously. You need 2.6, although backporting to 2.5 should
48
48
not be hard.
49
49
 
50
 
You need the xml files from xcb-proto-1.4 to build this. Newer
51
 
versions will probably work too. Do not use older versions: the
52
 
generated protocol files will be buggy.
53
 
 
54
 
You need Twisted (just the core, obviously) to run this. I only tested
55
 
8.2.0 but pretty much any version should work.
 
50
You also need Twisted. Twisted Core 8.2.0 is known to work, but other
 
51
versions will probably work too if they have inlineCallbacks.
 
52
 
 
53
 
 
54
Building and installing
 
55
=======================
 
56
 
 
57
If you have a release tarball this acts like an ordinary
 
58
distutils-based package (just "setup.py build" and "setup.py
 
59
install"). The autogenerated protocol files are included, the code
 
60
used to generate them is not.
 
61
 
 
62
If you have a snapshot or checkout you may have to regenerate the
 
63
protocol files using "setup.py build_proto". Some other setup.py
 
64
commands (like "build" and "sdist") run this for you.
56
65
 
57
66
 
58
67
xpyb migration