mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Make use of "make configlib" in minimal install instructions.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338111 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
213e4306fb
commit
16995ef64b
1 changed files with 2 additions and 8 deletions
|
@ -43,17 +43,11 @@ extension=mongodb.so
|
|||
<para>
|
||||
Once downloaded, execute the following steps:
|
||||
<programlisting><![CDATA[
|
||||
cd libbson
|
||||
./autogen.sh
|
||||
cd ..
|
||||
|
||||
cd libmongoc
|
||||
./autogen.sh
|
||||
cd ..
|
||||
|
||||
hphpize
|
||||
cmake .
|
||||
|
||||
make configlib
|
||||
|
||||
make -j 5
|
||||
make install
|
||||
]]></programlisting>
|
||||
|
|
Loading…
Reference in a new issue