diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/INSTALL | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/python/INSTALL b/python/INSTALL new file mode 100644 index 00000000..d7edc343 --- /dev/null +++ b/python/INSTALL @@ -0,0 +1,17 @@ +Requirements +------------ + Python 2.2 or greater + GCC 3.x, glib 2.x + LibXML2, XMLSec1 and associated Python bindings + +To build +-------- + ./setup.py build + +To clean +-------- + ./setup.py clean -a + +To install (requires root access) +--------------------------------- + ./setup.py install |
