[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] [phd] master: Include instructions on how to run PhD from the Git checkout
From:       Derick Rethans <noreply () php ! net>
Date:       2023-03-23 15:50:15
Message-ID: 1xhtxFArSCHTEu1XvlXl1Dq1PJ2L0Q2mody6nK882Gw () main ! php ! net
[Download RAW message or body]

Author: Derick Rethans (derickr)
Date: 2023-03-23T15:50:31Z

Commit: https://github.com/php/phd/commit/7e59e4eb6a543fd0cd06d6c765a4a927b20cfbbf
Raw diff: https://github.com/php/phd/commit/7e59e4eb6a543fd0cd06d6c765a4a927b20cfbbf.diff

Include instructions on how to run PhD from the Git checkout

Changed paths:
  M  README


Diff:

diff --git a/README b/README
index 0cb8c67a..3f958ab4 100644
--- a/README
+++ b/README
@@ -24,6 +24,15 @@ Installing the PhD renderer:
         To install the standalone Packages:
             for i in package_*.xml; do pear install $i; done
 
+Running from the source, assuming that the PHP documentation tree is at
+dev/php/phpdoc/doc-base and dev/php/phpdoc/en:
+
+    cd dev/php
+    git clone https://github.com/php/phd.git
+    cd phpdoc
+    php doc-base/configure.php --disable-segfault-error
+    php ../phd/render.php --docbook doc-base/.manual.xml --output=/tmp/docs --package PHP --format xhtml
+
 Requirements:
     - PHP 7.1
     - DOM, libXML2, XMLReader and SQLite3.

-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic