
Some libraries that users and/or developers should install to use OpenDocumentPHP:

Needed for users:
#################

PHP 5.2.0 or better

On unix systems you should also add some files, if necessary:

ZIP
===

pclZip from http://www.phpconcept.net/pclzip/index.php

Be sure to install the library in the include_path or add the directory to the include_path



Needed for developers:
######################

PHP 5.2.0 or better

On unix systems you should also add some files, if necessary:

ZIP
===

pclZip from http://www.phpconcept.net/pclzip/index.php

Be sure to install the library in the include_path or add the directory to the include_path



PhpDocmentor
============

	pear install --alldeps PhpDocumentor-1.3.0RC6
	

	
PHing
=====

	pear config-set preferred_state beta
	pear channel-discover pear.phing.info
	pear install --alldeps phing/phing
	


In the test script test/Replace.test.php the include_path is added for the ODFLib.
Make sure that it is correct for your system.
