Skip to content

fifilyu/zguide-examples-cpp-with-cmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zguide-examples-cpp-with-cmake

《ZMQ指南》C++例子

安装依赖包

ArchLinux
  1. yaourt -S czmq

  2. sudo pacman -S zeromq

编译

  1. git clone https://github.com/fifilyu/zguide-examples-cpp-with-cmake.git

  2. mkdir zecpp_build

  3. cd zecpp_build

  4. cmake ../zguide-examples-cpp-with-cmake

  5. make

使用

进入build目录 cd zecpp_build ,然后执行 bin 目录下的程序即可。比如执行 bin/version,输出如下:

$ bin/version
Current 0MQ version is 4.1.3

About

《ZMQ指南》C++例子

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published