SharpDot INSTALL
================

BUILDING
========
Simply cd to this directory and issue the following command:
./build.sh 

The cursors will be built into a directory named "SharpDot".


REQIREMENTS
===========
SharpDot cursors requires either Imagemagick or the rsvg command 
from the librsvg2-bin package to build the bitmaps.  

The install script should detect the presence of one or the other, 
and suggest to install if neither command is available.


INSTALLATION
============

Issue the following command with the options 'user' or 'system':
./install.sh [option]

User installation will install the SharpDot cursor theme to your 
'~/.icons' directory.

System installation will install the SharpDot cursor theme to 
'/usr/share/icons'


UPDATE-ALTERNATIVES
===================
I don't know yet whether Debian's "update-alternatives" is the best way
to select a default cursor, so that part of the install script is
commented out; you may un-comment it and use it if you wish, but please
report any bugs that result.
More testing and advice from those who know more is welcome and desired.


KNOWN ISSUES
============
Xfce 4.8 does not show all cursors for all windows when installed to 
the user directory.
It must be installed to the system in order to have all cursors show up.

If you are missing some cursors, issue the command:
	export XCURSOR_DISCOVER=1
and re-start the application to find the corresponding cursor hash.
Report it to me or link it yourself in the icons directory.
