Hi gazlang,
You first need to download the lmce sources from svn ==>
http://svn.charonmedia.org/ look at the instructions on the main page.
Then download Hari's BD sources from
http://svn.charonmedia.org/trac.cgi/browser/home/hari/bt-test then go to the build folder:
cd linuxmce/lmce/src/BD/
mv Makefile Makefile.orig
copy hari's sources file to this folder, then
patch -p0 < BD-javamo.patch
make
mv Makefile Makefile.har
mv Makefile.orig Makefile
make libBDCommon.so
mv /usr/pluto/lib/libBDCommon.so /usr/pluto/lib/ /usr/pluto/lib/libBDCommon.so.orig
cp libBDCommon.so /usr/pluto/lib/
cp rfc scan sdp /usr/pluto/bin
now restart the core services and you should be done.
Rafik