Install the following dependencies
- qpid-proton-c
- python 2.7
- python-proton
You can download and build from the source.
The C and python source is available at http://people.apache.org/~tross/qpid-dispatch-0.1rc1/qpid-dispatch-0.1.tar.gz or in svn at http://svn.apache.org/repos/asf/qpid/dispatch/trunk
Download the source
cd ~
wget http://people.apache.org/~tross/qpid-dispatch-0.1rc1/qpid-dispatch-0.1.tar.gz
tar -xzf qpid-dispatch-0.1.tar.gz
cd qpid-dispatch-0.1
or
cd ~
svn co http://svn.apache.org/repos/asf/qpid/dispatch/trunk dispatch
cd dispatch
Setup the build environment
From the installation directory execute the command:
source config.sh
Run cmake
Create a build directory and run cmake
mkdir build
cd build
cmake ..
Run build
make
Optionally run unit tests
make test
Optionally run verbose tests
ctest -VV
Install
sudo make install
This will install
- /usr/local/sbin/qdrouterd - The dispatch router
- /usr/local/bin/qdstat - Management tool