- To: "krishnakant Mane" <krmane@xxxxxxxxxxx>
- Subject: Re: can't locate the URL for emacspeak festival server.
- From: "Robert J. Chassell" <bob@xxxxxxxxxxx>
- Date: Sun, 15 Oct 2006 20:06:52 +0000 (UTC)
- Delivered-To: emacspeak@xxxxxxxxxxx
- In-reply-to: <9c879fa30610151218m1120c90ayd13ef55cbb9aa162@xxxxxxxxxxx>(krmane@xxxxxxxxxxx)
- List-Help: <mailto:emacspeak-request@xxxxxxxxxxx?subject=help>
- List-Post: <mailto:emacspeak@xxxxxxxxxxx>
- List-Subscribe: <mailto:emacspeak-request@xxxxxxxxxxx?subject=subscribe>
- List-Unsubscribe: <mailto:emacspeak-request@xxxxxxxxxxx?subject=unsubscribe>
- Old-Return-Path: <bob@xxxxxxxxxxx>
- Reply-To: bob@xxxxxxxxxxx
- Resent-Date: Sun, 15 Oct 2006 16:07:04 -0400 (EDT)
- Resent-From: emacspeak@xxxxxxxxxxx
- Resent-Message-ID: <CYtxSB.A.It.oTpMFB@xxxxxxxxxxx>
- Resent-Sender: emacspeak-request@xxxxxxxxxxx
"krishnakant Mane" <krmane@xxxxxxxxxxx> 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@xxxxxxxxxxx:/cvsroot/emacs co emacs
    # except my notes also say I can use sources/ instead of cvsroot/
    # cvs -z3 -d:pserver:anonymous@xxxxxxxxxxx:/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@xxxxxxxxxxx" with a
subject of "unsubscribe" or "help"