您的位置:首页 > 其它

How to install ZeroMQ on Ubuntu14.04

2015-04-23 16:48 681 查看
Prepare:

sudo apt-get install libtool autoconf automake uuid-dev


sudo apt-get install python-dev


sudo apt-get install g++


sudo apt-get install python-setuptools


Check Stable Release:

http://zeromq.org/intro:get-the-software




Download:

wget http://download.zeromq.org/zeromq-4.0.5.tar.gz[/code] 


Unpack:

tar -zxvf zeromq-4.0.5.tar.gz




Install:

./configure


make




make install




ldconfig




Install API for python:

easy_install pyzmq




Test:

python -c "import zmq"




Done:

Thanks !!
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: