Prerequisites
=============

Bashish requires the following packages to run:

   * bash >=2.04

Additional packages are recommended but not required:

 - dialog (for a spiffy curses based theme chooser)
 - xwininfo (for X support)
 - xprop (for X support)

Various fonts (optional for some themes, most importantly the c64 theme):
 - PetMe.ttf    from http://www.kreativekorp.com/software/fonts   
 - PetMe128.ttf
 - PetMe1282Y.ttf
 - PetMe2X.ttf
 - PetMe2Y.ttf
 - PetMe64.ttf
 - PetMe642Y.ttf
 - Adore64.ttf (c64,vic20,c128) from http://www.freakyfonts.de/zip/adore64.zip
 - amiga4ever.ttf (amigados) from http://www.freakyfonts.de/zip/amiga4ever.zip
 - DOSEGA.ttf (dos) from http://mateusz.viste.free.fr/dos/dosega.zip
 - PrintChar21.ttf (appleiie) from http://www.kreativekorp.com/software/fonts/apple2.shtml
 - ATARCC__.TTF (atari) from http://www2.bitstream.net/~marksim/atarimac/fonts.html
 - beeb.ttf (bbc) from http://fontstruct.fontshop.com/fontstructions/show/63444
If you're using fontconfig (any recent Linux does), unzip the fonts and copy
them to "$HOME/.fonts/", then run fc-cache as follows:

 $ fc-cache "$HOME/.fonts"

and restart your terminal.
If you are using gnome-terminal, you _must_ exit all
terminals and restart them.

Additional install procedure (if you got bashish from github)
=============================================================
If you got bashish from github, you need to install autoconf and automake
and run the following command to generate ./configure as specified below

 % ./autogen.sh

Simple install procedure (if you got bashish from the tar.gz-source)
====================================================================

 % ./configure
 % make                                   # Create bashish headers
 % make install                           # Install bashish

Local install procedure
=======================
To install bashish in your own home directory (typically as non-root),
type:

 % ./configure --prefix=$HOME
 % make					# Create bashish headers
 % make install				# Install bashish
