Author: tmckay
Date: 2010-09-21 11:11:36 -0400 (Tue, 21 Sep 2010)
New Revision: 4316
Modified:
mgmt/newdata/README
Log:
Modified the steps to install and configure cumin from sources.
Modified: mgmt/newdata/README
===================================================================
--- mgmt/newdata/README 2010-09-21 13:30:47 UTC (rev 4315)
+++ mgmt/newdata/README 2010-09-21 15:11:36 UTC (rev 4316)
@@ -31,12 +31,16 @@
method below links to the qpid code via symlinks in ~/lib/python,
which is in the mgmt devel environment's PYTHONPATH:
- $ svn co
http://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/python ~/pyqpid
+ $ svn co
http://svn.apache.org/repos/asf/qpid/trunk/qpid ~/qpid
+ $ cd ~/qpid/python
+ $ python setup.py build
+ $ cd ~/qpid/extras/qmf
+ $ python setup.py build
$ mkdir -p ~/lib/python
$ cd ~/lib/python
- $ ln -s ~/pyqpid/qpid
- $ ln -s ~/pyqpid/mllib
- $ ln -s ~/pyqpid/qmf
+ $ ln -s ~/qpid/python/build/lib/qpid
+ $ ln -s ~/qpid/python/build/lib/mllib
+ $ ln -s ~/qpid/extras/qmf/build/lib/qmf
*Alternatively*, install python-qpid: