summaryrefslogtreecommitdiff
path: root/cpp/bindings/qpid/python/README
blob: eae32cd8abf244e33417d5468c232b2124733c14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
= 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