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:
Derick Rethans 2015-11-11 18:51:47 +00:00
parent 213e4306fb
commit 16995ef64b

View file

@ -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>