summaryrefslogtreecommitdiffstats
path: root/network/museek-plus/README
diff options
context:
space:
mode:
author Iskar Enev <iskar.enev@gmail.com>2010-05-11 19:45:56 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-11 19:45:56 +0200
commit6ac329997c30473276230442c9c1bf3c8ee9b981 (patch)
treeda9e780c33cdb75107de53f1026cf78cd2c6e9bd /network/museek-plus/README
parentbfcbe9eacf6db21ab6c359297e374f1c6e6e80e7 (diff)
downloadslackbuilds-6ac329997c30473276230442c9c1bf3c8ee9b981.tar.gz
slackbuilds-6ac329997c30473276230442c9c1bf3c8ee9b981.tar.xz
network/museek-plus: Updated for version 0.1.13
Diffstat (limited to 'network/museek-plus/README')
-rw-r--r--network/museek-plus/README32
1 files changed, 15 insertions, 17 deletions
diff --git a/network/museek-plus/README b/network/museek-plus/README
index 4a595bb329..9ea53b8be9 100644
--- a/network/museek-plus/README
+++ b/network/museek-plus/README
@@ -2,29 +2,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
+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).
+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.
-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++, libxml++ and Swig. PyGTK (for musetup-gtk)
+and QSA are optional dependencies.
+Slackbuilds for all the requirements (except QSA, which is optional)
+are available at SlackBuilds.org.
-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.
+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.