mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix imap installation instructions (#17464)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@84331 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
edd6ab5b83
commit
dc0d04d32b
1 changed files with 7 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<reference id='ref.imap'>
|
||||
<title>IMAP, POP3 and NNTP functions</title>
|
||||
<titleabbrev>IMAP</titleabbrev>
|
||||
|
@ -33,7 +33,12 @@
|
|||
<para>
|
||||
Then copy <filename>c-client/c-client.a</filename> to
|
||||
<filename>/usr/local/lib/libc-client.a</filename> or some other
|
||||
directory on your link path and copy <filename>c-client/*.h</filename>
|
||||
directory on your link path and copy
|
||||
<filename>c-client/c-client.h</filename>,
|
||||
<filename>c-client/imap4r1.h</filename>,
|
||||
<filename>c-client/rfc-882.h</filename>,
|
||||
<filename>c-client/mail.h</filename> and
|
||||
<filename>c-client/linkage.h</filename>
|
||||
to <filename>/usr/local/include</filename> or some other directory in
|
||||
your include path.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue