Skip to content

Instantly share code, notes, and snippets.

@g9rga
g9rga / php-amqp.sh
Last active August 29, 2015 14:13 — forked from notFloran/php-amqp.sh
#!/bin/sh
apt-get install php5-dev make cmake php-pear
git clone git://github.com/alanxz/rabbitmq-c.git && cd rabbitmq-c
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr/local ..
cmake --build . --target install