New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Installing museek (soulseek p2p)

A collection of tips on howto tweak your Bubba.
Post Reply
jonlu
Posts: 8
Joined: 27 Jun 2008, 06:27

Installing museek (soulseek p2p)

Post by jonlu »

Howdy,

Succeeded in installing museekd and text-client (mucous) on bubba, works like a charm. A bonus is that you can run a more sophisiticated X client from another comptuer and start d/ls on your bubba server (murmur for qt).

Here goes:

Code: Select all

wget http://puzzle.dl.sourceforge.net/sourceforge/museek-plus/museek+-0.1.13.tar.bz2

tar xvf museek+-0.1.13.tar.bz2

apt-get install cmake

apt-get install libxml++-2.6-2
apt-get install libxml++2.6-dev
apt-get install zlib1g-dev
apt-get install swig
apt-get install python-dev

# Murmur (GTK2) and museeq (QT) are GUI clients, you might want these on your local box
# and then connect to the museekd server running on the bubba
cmake -DPREFIX=/usr -DBINDINGS=1 -DMURMUR=0 -DMUCOUS=1 -DCLIENTS=1 -DNO_MUSEEQ=1

make
make install

mkdir /usr/share/museek
mkdir /usr/share/museek/museekd

copy $INSTALLDIR/museekd/config.xml.tmpl /usr/share/museek/museekd

(seems to be a bug: http://bugs.gentoo.org/219007)

Run
musetup
I had problems scanning shares and had to exit and save the config once before beeing able to add shares.

Some more info here: http://forums.slsknet.org/ipb/index.php?showtopic=6497
Post Reply