Created
January 29, 2014 11:38
-
-
Save solbisio/8686261 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt-get install libtool automake autoconf uuid-dev uuid-dev | |
| cd /opt | |
| wget http://download.zeromq.org/zeromq-3.2.4.tar.gz | |
| sudo tar -xvzf zeromq-3.2.4.tar.gz | |
| cd zeromq-3.2.4/ | |
| ./configure | |
| sudo make install | |
| sudo ldconfig | |
| Extensão PHP (instalável pela PECL) | |
| http://zeromq.org/bindings:php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment