|
Revision 122, 0.7 kB
(checked in by Mircea Amarascu <mircea@ag-projects.com>, 9 months ago)
|
|
Updated INSTALL file with Twisted Web dependency.
|
| Line | |
|---|
| 1 | |
|---|
| 2 | Installation |
|---|
| 3 | ------------ |
|---|
| 4 | |
|---|
| 5 | Prerequisites: |
|---|
| 6 | |
|---|
| 7 | - LibXML (http://xmlsoft.org/downloads.html) |
|---|
| 8 | - Python 2.4 or newer (www.python.org) |
|---|
| 9 | - Twisted framework (http://twistedmatrix.com) - Twisted Core, Twisted Web and Twisted Web 2 |
|---|
| 10 | (get them from the SVN trunk) |
|---|
| 11 | - lxml (http://codespeak.net/lxml) |
|---|
| 12 | - python-application |
|---|
| 13 | |
|---|
| 14 | To enable TLS support, you need: |
|---|
| 15 | - GnuTLS library (http://www.gnu.org/software/gnutls) |
|---|
| 16 | - python-gnutls (http://pypi.python.org/pypi/python-gnutls) |
|---|
| 17 | |
|---|
| 18 | The software has been tested on debian unstable using the following versions: |
|---|
| 19 | |
|---|
| 20 | - libxml2: 2.6.28.dfsg-1 |
|---|
| 21 | - python: 2.4.4-6 |
|---|
| 22 | - python-lxml: 1.1.2-1 |
|---|
| 23 | - twisted: 2.5.0 |
|---|
| 24 | - python-application: 1.0.9 |
|---|
| 25 | - python-gnutls: 1.1.1 |
|---|