Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chanwit/zeromq-gradle
https://github.com/chanwit/zeromq-gradle
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chanwit/zeromq-gradle
- Owner: chanwit
- Created: 2014-06-29T18:06:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-29T18:15:34.000Z (over 10 years ago)
- Last Synced: 2024-10-11T00:31:22.104Z (about 1 month ago)
- Language: C++
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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