Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chanwit/zeromq-gradle


https://github.com/chanwit/zeromq-gradle

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

        

ZeroMQ Gradle Template
======================

(c) Chanwit Kaewkasi / SUT

This is a template for compiling ZeroMQ-based multi-projects with Gradle.
It uses the Gradle's `cpp` plugin to enable C++ compilation.

Instructions
------------

* Install ZeroMQ

tar xf zeromq-4.0.4.tar.gz
cd zeromq-4.0.4
./autogen.sh
make && make install

* Install ZeroMQ C++ binding

cp zmq.hpp /usr/local/include/.

* Build the project

gradle clean mainExecutable