techtonik               Mon Apr 11 16:22:21 2005 EDT

  Modified files:              
    /phpdoc/howto       tools.xml 
  Log:
  * perl needed for "configure" script doesn't work without "crypt"
  
http://cvs.php.net/diff.php/phpdoc/howto/tools.xml?r1=1.27&r2=1.28&ty=u
Index: phpdoc/howto/tools.xml
diff -u phpdoc/howto/tools.xml:1.27 phpdoc/howto/tools.xml:1.28
--- phpdoc/howto/tools.xml:1.27 Wed Apr  6 13:19:18 2005
+++ phpdoc/howto/tools.xml      Mon Apr 11 16:22:21 2005
@@ -284,8 +284,8 @@
       to Windows, which are not needed for phpdoc. To install the
       minimal set of required packages select
       <literal>devel/autoconf</literal>, <literal>devel/automake</literal>,
-      <literal>devel/make</literal>, <literal>doc/libxml2</literal>
-      and <literal>text/openjade</literal>
+      <literal>devel/make</literal>, <literal>doc/libxml2</literal>,
+      <literal>lib/crypt</literal> and <literal>text/openjade</literal>
       along with components, which are selected in setup by 
       default. You may also want to add <literal>devel/cvs</literal>
       to the installation list if you don't have a CVS client yet.

Reply via email to