summaryrefslogtreecommitdiff
path: root/cpp/bindings/qpid/python/README
diff options
context:
space:
mode:
authorDarryl L. Pierce <mcpierce@apache.org>2013-06-19 19:44:00 +0000
committerDarryl L. Pierce <mcpierce@apache.org>2013-06-19 19:44:00 +0000
commit78ad75948a5d70afdb30eebc2378a6508910a4b9 (patch)
treef9ed39940c6f4b891dc90a141423fc30cd893f25 /cpp/bindings/qpid/python/README
parent69f58b7bb1aa412f2484b78219929773ec6f14ab (diff)
downloadqpid-python-78ad75948a5d70afdb30eebc2378a6508910a4b9.tar.gz
QPID-4930: Create a Python swigged bindings source tarball.
Created a README, LICENSE and ChangeLog file to be included. Added a CMakeLists.txt file that is included with the sources that can be used to build the Python bindings. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1494752 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bindings/qpid/python/README')
-rw-r--r--cpp/bindings/qpid/python/README28
1 files changed, 28 insertions, 0 deletions
diff --git a/cpp/bindings/qpid/python/README b/cpp/bindings/qpid/python/README
new file mode 100644
index 0000000000..eae32cd8ab
--- /dev/null
+++ b/cpp/bindings/qpid/python/README
@@ -0,0 +1,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