NalaGinrut / guile-zmq

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guile-0MQ README
Last updated 16 March 2011.


About Guile-0MQ
===============

Guile-0MQ wraps the zmq sockets library for Guile Scheme.


Copying Guile-0MQ
=================

Distribution of Guile-0MQ is under the LGPLv3+. See the COPYING file for
more information.


Contact info
============

  Mailing List: guile-user@gnu.org
  Homepage:     ...
  Download:     ...


Build dependencies
==================

* Guile 2.0.0 or newer
  http://www.gnu.org/software/guile/
* ZeroMQ 2.1.0 or newer
  http://zmq.org/


Installation quickstart
=======================

Install using the standard autotools incantation:
  ./configure --prefix=/opt/guile-zmq && make && make install.

Do a ./autogen.sh first when building from from git.

You can run without installing, just run './env guile'.


Copying this file
=================

Copyright (C) 2011 Andy Wingo <wingo pobox.com>

Copying and distribution of this file, with or without modification, are
permitted in any medium without royalty provided the copyright notice
and this notice are preserved.

About

License:GNU Lesser General Public License v3.0


Languages

Language:C 68.5%Language:Scheme 17.3%Language:Makefile 9.4%Language:M4 3.2%Language:Shell 1.6%