mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
- documented the new way libswf has to be installed.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@25096 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b502e8e888
commit
c9a4100535
1 changed files with 7 additions and 3 deletions
|
@ -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-exposed-tags:nil
|
|||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
-->
|
||||
-->
|
||||
|
|
Loading…
Reference in a new issue