Giter Site home page Giter Site logo

cppzmq's Introduction

This is C++ binding for 0MQ

The contribution policy is at: http://rfc.zeromq.org/spec:22

Build steps:
1) Build libzmq via cmake. This does an out of source build and installs the build files
	download and unzip the lib, cd to directory
	mkdir build
	cd build
	cmake ..
	sudo make -j4 install

2) Build cppzmq via cmake. This does an out of source build and installs the build files
	download and unzip the lib, cd to directory
	mkdir build
	cd build
	cmake ..
	sudo make -j4 install

Using this:

A cmake find package scripts is provided for you to easily include this library.
Add these lines in your CMakeLists.txt to include the headers and library files of
cpp zmq (which will also include libzmq for you).

#find cppzmq wrapper, installed by make of cppzmq
find_package(cppzmq)
if(cppzmq_FOUND)
    include_directories(${cppzmq_INCLUDE_DIR})
    target_link_libraries(*Your Project Name* ${cppzmq_LIBRARY})
endif()


cppzmq's People

Contributors

bluca avatar hintjens avatar ricnewton avatar c-rack avatar sustrik avatar k0n63n avatar laplaceyang avatar johanmabille avatar csteifel avatar montoyaedu avatar taurel avatar phlptp avatar qsodev avatar ianbarber avatar ax3l avatar gdfast avatar madevgeny avatar a4z avatar tzneal avatar arsenm avatar 0mp avatar grefab avatar rolftimmermans avatar ronelliott avatar serge-medvedev avatar sigiesec avatar ligouras avatar herbrechtsmeier avatar stevemk14ebr avatar ukeller avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.