[PHPDOC] cvs: phpdoc /en/functions/ swf.xml From: Uwe Steinmann (Uwe.Steinmann <email protected>)
Date: 05/26/00

steinm Fri May 26 02:39:18 2000 EDT

  Modified files:
    /phpdoc/en/functions swf.xml
  Log:
  - documented the new way libswf has to be installed.
  
  
Index: phpdoc/en/functions/swf.xml
diff -u phpdoc/en/functions/swf.xml:1.5 phpdoc/en/functions/swf.xml:1.6
--- phpdoc/en/functions/swf.xml:1.5 Wed May 24 18:36:03 2000
+++ phpdoc/en/functions/swf.xml Fri May 26 02:39:17 2000
@@ -7,8 +7,12 @@
       PHP offers the ability to create Shockwave Flash files via Paul Haeberli's
       libswf module. You can download libswf at <ulink url="&url.swf;">&url.swf;</ulink>.
       Once you have libswf all you need to do is to configure
- <option role="configure">--with-swf[=DIR]</option> where DIR is the location of
- libswf.a.
+ <option role="configure">--with-swf[=DIR]</option> where DIR is a location
+ containing the directories include and lib. The include directory has to
+ contain the swf.h file and the lib directory has to contain the libswf.a
+ file. If you unpack the libswf distribution the two files will be in one
+ directory. Consequently you will have to copy the files to the proper
+ location manually.
     </simpara>
     <para>
       Once you've successfully installed PHP with Shockwave Flash support you can then
@@ -2177,4 +2181,4 @@
 sgml-local-catalogs:nil
 sgml-local-ecat-files:nil
 End:
--->
\ No newline at end of file
+-->