1. Checkout the converter: svn co http://svn.ez.no/svn/commercial/projects/phpdoctemplates/phpDocumentor/Converters/HTML/ezComp/ 1.1. Install phpDocumentor pear install PHPDocumentor 1.2 Install `python-pygments`, so that the `pygmentize` command is available. 2. Link that into the phpDocumentor dir: cd /usr/local/lib/php/data/PhpDocumentor/phpDocumentor/Converters/HTML sudo ln -s /ezComp . cd /usr/local/lib/php/PhpDocumentor/phpDocumentor/Converters/HTML sudo ln -s /ezComp . 3. Make sure you have PHP 5.1 installed and working as "php" (on the path). You absolutely *NEED* PHP 5.1. (and not 5.2 or 5.3). 4. Check that the pathes specified for SOURCE_DIR and BASE_OUTPUT_DIR match your setup. 5. Run: ./scripts/build-docs.sh 2009.2rc1 6. Wait 20-714 mins and make sure you have a *lot* of free memory (2GB+) 7. The docs will be available in ``build/`` in your working directory. 8. Execute the echo'd commands to release the documentation.