== Getting started (in five steps) ==

These directions boil down the setup instructions listed at 
http://live.gnome.org/LSR/GettingStarted to five steps necessary to get 
LSR up and running ASAP. These steps create a basic configuration 
that uses the Festival speech engine for output. For more detailed 
instructions, an improved setup, or troubleshooting directions, see that 
web page.

1) Satisfy library requirements.

su
yum install gnome-common pyorbit-devel gnome-speech
exit

2) Get the LSR source from CVS.

cvs -z3 -d:pserver:anonymous@anoncvs.gnome.org:/cvs/gnome co -P lsr

3) Or, get a stable LSR release from http://live.gnome.org/LSR and 
   unpack it.

tar xzf lsr-<INSERT VERSION HERE>.tar.gz

4) Build and install LSR.

./autogen.sh
make
su root
make install
exit

5) Run lsr.

lsr
