From 0d94439f24137da87727af03ac0772d609a9ec23 Mon Sep 17 00:00:00 2001 From: Valery Febvre Date: Wed, 26 May 2004 15:53:41 +0000 Subject: Initial commit --- python/INSTALL | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 python/INSTALL (limited to 'python') 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 -- cgit