CONTENTS:

[1]   What is here
[2]   Pre-requisites
[3]   Installation
[4]   Related Links

[1] What is here
==============================================================================
The directory tree below holds source code to generate Sifel Python interface
using Boost.Python. This interface allows to use sifel just like regular Python
modules.

[2]   Pre-requisites
==============================================================================
- Get Boost (www.boost.org)
- Get the bjam build driver
 

[3]   Installation
==============================================================================
- make a symbolic link named "boost" in this directory, pointing to your 
  Boost root directory. 
- make a symbolic link named "sifel" in this directory, pointing to your 
  sifel root directory. 
  Or, alternatively, edit Jamroot and oost-build.jam files and adjust path
  refering to the Boost root directory.

- run bjam

- Optionally, to run a simple example:
  - Set PYTHONPATH to contain paths to directory containing sifel python directory.


  - Set LD_LIBRARY_PATH to point to boost generated libraries of oofem 
    python module. This path can be best obtained from "bjam -d+2" 
    when compiling oofem python module.

   - Run the test as:
     python test.py


[4] Further documentation
==============================================================================
- Boost C++ libraries (www.boost.org)
- Sifel project (cml.fsv.cvut.cz/~sifel)

Bugs
==============================================================================

Please mail all bug reports and suggestions to [info@oofem.org]. I will try to
give satisfaction, if the time is at least partially on my side. 


                                Enjoy
                                        Borek Patzak

