blob: eae32cd8abf244e33417d5468c232b2124733c14 [file] [log] [blame]
= Qpid Python Language Bindings
Qpid is a cross-platform enterprise messaging system based on the open-source
AMQP protocol.
== Building The Bindings
To build the Python bindings, you need to have installed:
* Qpid development libraries - http://qpid.apache.org
* Swig - http://www.swig.org/
* CMake - http://www.cmake.org/
After extracting the files:
$ cmake .
$ make
$ make install
== License
Licensed to the Apache Software Foundation (ASF) under one or more
contributor licensing agreements.
Author:: Apache Qpid Project
Homepage:: http://qpid.apache.org
License:: Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0.html