	OCaml-RSS installation 


*** What you need ***
- OCaml 3.06 
- xml-light 2.1 (http://tech.motion-twin.com/xmllight) 
- make ;-)

*** How to compile ***
- ./configure
- make depend
- make all (or just make if you don't have the native OCaml compiler)
- make install
  will install a Rss module in the OCaml library directory
- make doc
  create documentation in doc/

