# installing the ibmtts module from speech-dispatcher 
# on a 64 bits architecture
# Jan 2010
#


BASE=~/SD
sudo apt-get remove  libdotconf-dev libc6-dev-i386 libaudio-dev

cd $BASE/dotconf
cd dotconf-*
sudo make uninstall

cd $BASE/speechd
sudo make uninstall

cd $BASE/speechd.i386
sudo make uninstall
sudo unlink /usr/local/lib/speech-dispatcher-modules/sd_ibmtts

# remove sources
rm -rf $BASE/dotconf
sudo rm -rf $BASE/speechd $BASE/speechd.i386

