Author: tross
Date: Thu Jul 11 17:19:44 2013
New Revision: 1502290
URL: http://svn.apache.org/r1502290
Log:
NO-JIRA - Added a read-me file for Dispatch.
Added:
qpid/trunk/qpid/extras/dispatch/README.md
Added: qpid/trunk/qpid/extras/dispatch/README.md
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/extras/dispatch/README.md?rev=1502290&view=auto
==============================================================================
--- qpid/trunk/qpid/extras/dispatch/README.md (added)
+++ qpid/trunk/qpid/extras/dispatch/README.md Thu Jul 11 17:19:44 2013
@@ -0,0 +1,20 @@
+Qpid Dispatch
+=============
+
+A lightweight AMQP router for building scalable, available, and performant
messaging
+interconnect.
+
+Building
+========
+
+From the dispatch directory:
+
+$ mkdir build
+$ cd build
+$ cmake ..
+$ make
+$ make test
+
+Note: Your PYTHONPATH _must_ include <dispatch>/src/py in its list of paths
in order
+to test and run Dispatch.
+
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]