Linux(CentOS6) zeromq编译安装

zeromq-4.1.4.tar.gz
libsodium-1.0.8.tar.gz
CentOS6.7-x86_64

1. 编译安装libsodium-1.0.8.tar.gz
[[email protected] MQ]$ tar -zxvf libsodium-1.0.8.tar.gz
[[email protected] MQ]$ cd libsodium-1.0.8
[[email protected] libsodium-1.0.8]$ ./configure
[[email protected] libsodium-1.0.8]$ make
[[email protected] libsodium-1.0.8]$ su root
[[email protected] libsodium-1.0.8]# make install

2. 编译安装zeromq-4.1.4.tar.gz
[[email protected] zeromq-4.1.4]$ ./configure PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
[[email protected] zeromq-4.1.4]$ make
[[email protected] zeromq-4.1.4]$ su root
[[email protected] zeromq-4.1.4]# make install



你可能感兴趣的:(Linux(CentOS6) zeromq编译安装)