summaryrefslogtreecommitdiffstats
path: root/network/museek-plus/README
diff options
context:
space:
mode:
author Iskar Enev <iskar.enev@gmail.com>2010-05-11 15:01:32 +0200
committer Michiel van Wessem <michiel@slackbuilds.org>2010-05-11 15:01:32 +0200
commit20376b50485fd16d83f6c5f566b4b9a78f54956a (patch)
tree0fa617552ed16c17b5f6b9216e5cadf3a1e3a8ad /network/museek-plus/README
parent9e8be9f5cb7af6d43345d3edcf5c90d212913109 (diff)
downloadslackbuilds-20376b50485fd16d83f6c5f566b4b9a78f54956a.tar.gz
slackbuilds-20376b50485fd16d83f6c5f566b4b9a78f54956a.tar.xz
network/museek-plus: Initial import
Diffstat (limited to 'network/museek-plus/README')
-rw-r--r--network/museek-plus/README30
1 files changed, 30 insertions, 0 deletions
diff --git a/network/museek-plus/README b/network/museek-plus/README
new file mode 100644
index 0000000000..4a595bb329
--- /dev/null
+++ b/network/museek-plus/README
@@ -0,0 +1,30 @@
+Museek+ is a file-sharing application for the Soulseek peer-to-peer network,
+written in C++. It's an enhanced version of Hyriand's original Museek
+(see http://museek.thegraveyard.org). It supports chat, transferring files,
+searching, user-management, shares browsing and more. The new features are:
+room searching, interests, buddy-only shares, banlists, icon themes and
+font/color selecting.
+
+Museek+ consists of museekd (daemon), muscan (shares scanning tool), muscand
+(automated shares scanning tool), musetup (command-line configuration script),
+musetup-gtk (PyGTK configuration app), museeq (QT GUI client), mucous (curses
+python client) and museekcontrol (command-line python client).
+
+After installing museek+ follow these steps:
+
+1) Configure your settings with musetup: server, username, password, interface
+ password, download directory, shared directories.
+2) Run museekd.
+3) Run museeq, mucous or museekcontrol.
+4) Login into museekd via the interface socket or host:port and the interface
+ password.
+
+Requires: scons, libsig++ and libxml++. Optional requirements are PyGTK
+(for musetup-gtk) and gamin (for muscand). Slackbuilds for all the requirements
+are available at slackbuilds.org.
+
+An example init script (rc.museekd) for the museekd daemon is provided. Feel
+free to modify it for your needs. Use it at your own risk.
+
+Note for compiling on -current: You will have to change the name of the CFLAGS
+variable to FLAGS and apply a second patch -museek-scons-current.patch.