LastBASH - Console player for Last.fm

INSTALL



LastBASH is a shell script. You do not need to install it to run. For 
a quick test, just run it from its current directory.

First, unpack the archive (replace the version number with the correct 
one) and enter the directory

$ tar xzf lastbash-0.3.2.tar.gz
$ cd lastbash-0.3.2

Then run the program (assuming bash is your shell)

$ ./lastbash

Please see the README file for details on LastBASH usage.


Install
=======

To perform an installation with default options, run the next command as 
root.

# make install

If you like, parameters can be specified in the command line, like this.

# make prefix=/usr/bin install


Uninstall
=========

To perform the uninstall process, type the next command (with or without 
some parameters in the command line) as root.

# make uninstall

