1 The recommended install location for Bansshee is:
3 /usr/local/sbin/bansshee
5 As a convenience Bansshee comes with a Makefile that can be used to perform
6 this installation by changing to the Bansshee directory and typing the
11 The Makefile requires that you have the "install" command present on your
14 To install manually you would use a pair of commands like:
16 install -d /usr/local/sbin
17 install -m 755 bansshee /usr/local/sbin
19 See the README file for details on configuring, starting and stopping Bansshee.
21 See the contrib directory for platform-specific files such as init scripts (for
22 automatic launch at boot time) and LogWatch filters.