mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix doc bug #53997 (Vague documentation) by explicitly mentioning that the
./configure when installing Sphinx is the one phpize generates. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312155 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f4fbe89e0e
commit
9414dfcb99
1 changed files with 5 additions and 5 deletions
|
@ -8,11 +8,11 @@
|
|||
<link xlink:href="&url.pecl.package;sphinx"/>.
|
||||
</para>
|
||||
<para>
|
||||
If <filename>./configure</filename> is having trouble finding the
|
||||
libsphinxclient files (for example, it was installed into a custom
|
||||
prefix directory), use <userinput>./configure
|
||||
--with-sphinx=$PREFIX</userinput>, where $PREFIX is installation prefix of
|
||||
libsphinxclient.
|
||||
If the <filename>./configure</filename> script generated by
|
||||
<literal>phpize</literal> is having trouble finding the libsphinxclient
|
||||
files (for example, it was installed into a custom prefix directory), use
|
||||
<userinput>./configure --with-sphinx=$PREFIX</userinput>, where $PREFIX is
|
||||
installation prefix of libsphinxclient.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
|
|
Loading…
Reference in a new issue