From 1a98ffef50ead38acc2eb78be1dda31a21a21191 Mon Sep 17 00:00:00 2001 From: Emmanuel Raviart Date: Mon, 2 Aug 2004 17:41:35 +0000 Subject: Integrated README.WIN32 into Lasso book. Removed obsolete Python INSTALL file. --- python/INSTALL | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 python/INSTALL (limited to 'python/INSTALL') diff --git a/python/INSTALL b/python/INSTALL deleted file mode 100644 index d7edc343..00000000 --- a/python/INSTALL +++ /dev/null @@ -1,17 +0,0 @@ -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