mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
This was moved to a git repo on github. Patch by stelianm.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327191 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
41f7d3c5c7
commit
8832e6644e
1 changed files with 4 additions and 4 deletions
|
@ -13,11 +13,11 @@
|
|||
<programlisting role="shell">
|
||||
<![CDATA[
|
||||
# Download the rabbitmq-c library @ version 0-9-1
|
||||
hg clone http://hg.rabbitmq.com/rabbitmq-c/rev/b01825ecc112 rabbitmq-c
|
||||
git clone git://github.com/alanxz/rabbitmq-c.git
|
||||
cd rabbitmq-c
|
||||
# Add the codegen requirement. To find the full list, go here: http://hg.rabbitmq.com/rabbitmq-codegen/tags
|
||||
# and copy the URL for the appropriate broker version.
|
||||
hg clone http://hg.rabbitmq.com/rabbitmq-codegen/rev/16bbcb711380 codegen
|
||||
# Enable and update the codegen git submodule
|
||||
git submodule init
|
||||
git submodule update
|
||||
# Configure, compile and install
|
||||
autoreconf -i && ./configure && make && sudo make install
|
||||
]]>
|
||||
|
|
Loading…
Reference in a new issue