Integrated README.WIN32 into Lasso book.

Removed obsolete Python INSTALL file.
This commit is contained in:
Emmanuel Raviart 2004-08-02 17:41:35 +00:00
parent efac509926
commit 1a98ffef50
4 changed files with 10 additions and 18 deletions

View File

@ -59,7 +59,7 @@ The simplest way to compile this package is:
with the distribution.
Creating 'configure' Program
----------------------------
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If there is no 'configure' program, you can create it by running the
'autogen.sh' script, as long as you have the 'automake' and 'autoconf'

View File

@ -1,3 +1,7 @@
======================
Using Lasso Win32 Port
======================
Compile
=======
@ -15,6 +19,7 @@ Windows 9x/ME
Description
-----------
Some problem with link definition.
Fix

View File

@ -90,6 +90,10 @@ Logout
FIXME
.. _README.WIN32:
.. include:: ../../README.WIN32
===================================
Tips For Writing Lasso Applications
===================================

View File

@ -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