"krishnakant Mane" <krmane@gmail.com> wrote,
any ways,I needed the URL for downloading emacspeak festival
server
The URL for Festival is:
http://www.cstr.ed.ac.uk/projects/festival/download.html
which is not the download URL even though it says download.html The
specific location for downloading is listed on the Web page.
Information about espeakf is at
http://sourceforge.net/projects/espeakf/
Eflite and emacspeak are in Debian, and can be installed with
apt-get install eflite emacspeak
but the Subversion respository is up-to-date.
# To check out the code the first time into a subdirectory of /usr/local/src/
pushd /usr/local/src/
svn checkout http://emacspeak.googlecode.com/svn/trunk/ emacspeak
popd
# Then you can update with
pushd /usr/local/src/emacspeak
svn update
popd
# As a regular user, build
pushd /usr/local/src/emacspeak
time make config
time make emacspeak
popd
# and as a root user, install
pushd /usr/local/src/emacspeak
time make install
popd
# You need to use arch or CVS for Emacs. My notes say that for
# anonymoyus CVS, as a regular user, do the following. (In practice,
# every day I update and build in Emacs; I have not checked out Emacs
# for a long time.)
export CVS_RSH="ssh"
pushd /usr/local/src
cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/cvsroot/emacs co emacs
# except my notes also say I can use sources/ instead of cvsroot/
# cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs co emacs
# Then I do:
cd /usr/local/src/emacs
./configure --with-type1 --with-x-toolkit=gtk --with-pop \
--prefix=/usr/local --with-sound=yes \
&& time make bootstrap
popd
# Building the first time can take more than an hour, unless you have
# a fast and unloaded machine. Later, it does not take so long.
-----------------------------------------------------------------------------
To unsubscribe from the emacspeak list or change your address on the
emacspeak list send mail to "emacspeak-request@cs.vassar.edu" with a
subject of "unsubscribe" or "help"