NOTE1:
*****************************************************************
* I tested ALDO only under gcc 3.x				*
* However send me an email and I will help you.			*
*****************************************************************

NOTE2:
*****************************************************************
* Under FreeBSD you need gmake and you must change in Makefile  *
* 		MAKE=make ----> MAKE=gmake			* 
*	But remeber that I didn't write aldo for any *BSD	*
*	If aldo runs under FreeBSD, is only a case		*
*****************************************************************

NOTE3:
***************************************************************
* To run ALDO you must have write access to the /dev/dsp file *
***************************************************************

ALDO leaves localization support.

To install ALDO:

1) Go in the main directory of ALDO
2) Type "make"
3) As root type "make install"

Install default prefix is PREFIX=/usr
If you need you can change it with:

make PREFIX="your location"

To uninstall ALDO:
1) Go in the main directory of ALDO
2) As root type "make uninstall"
