summaryrefslogtreecommitdiffstats
path: root/network/museek+/README
diff options
context:
space:
mode:
author Iskar Enev2010-05-12 23:32:32 +0200
committer Robby Workman2010-05-12 23:32:32 +0200
commit27b6af93fd4d7e512f3a5d73d8e9ed425619d648 (patch)
tree63aefa6cbc2ee8ef594074a3641ff384842a5cde /network/museek+/README
parent8f9ea6c1ca022a21092cbdba13a8b237ae7fdd81 (diff)
downloadslackbuilds-27b6af93fd4d7e512f3a5d73d8e9ed425619d648.tar.gz
network/museek+: Added to 12.2 repository
Diffstat (limited to 'network/museek+/README')
-rw-r--r--network/museek+/README27
1 files changed, 27 insertions, 0 deletions
diff --git a/network/museek+/README b/network/museek+/README
new file mode 100644
index 0000000000..658bb83389
--- /dev/null
+++ b/network/museek+/README
@@ -0,0 +1,27 @@
+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), murmur (PyGTK 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.
+
+This requires qt4, scons, libsig++, libxml++, libevent, and swig.
+
+QSA is an optional dependency, but it is not 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.