<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2614.3500" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi, I know there has been a lot of discussion from 
these two lists about Gnopernicus, and it's development so I wrote a simple 
shell script to check it out of  cvs for you if you wish to work on it or look 
at what is there.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>First, I recommend grabbing the Gnome 2.0 stable 
source code from:</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>
<P><A 
href="http://ftp.gnome.org/pub/GNOME/2.0.0/releases/gnome-2.0-desktop-final/">http://ftp.gnome.org/pub/GNOME/2.0.0/releases/gnome-2.0-desktop-final/</A></P>
<P> </P>
<P><FONT face=Arial>After downloading, and building Gnome 2.0, then you can copy 
this code into a text file called get-gnopernicus, use chmod 755 
get-gnopernicus, and copy it into /bin.Then, run it. Here is the shell 
script.</FONT></P>
<P> </P>
<P> </P>
<P> <FONT face=Arial>#!/bin/sh</FONT></P>
<P><FONT face=Arial></FONT> </P>
<P><FONT face=Arial>echo 'Running get gnopernicus v0.1.'<BR>echo 'The following 
shell script will check the gnopernicus screen<BR>reader from gnome 
cvs.'</FONT></P>
<P><FONT face=Arial>echo 'Making folder where cvs will save the 
source.'<BR>mkdir gnopernicus-cvs<BR>cd gnopernicus-cvs</FONT></P>
<P><FONT face=Arial><BR> echo 'setting CVS root'<BR> export <A 
href="mailto:CVSROOT=':pserver:anonymous@anoncvs.gnome.org:/cvs/gnome'">CVSROOT=':pserver:anonymous@anoncvs.gnome.org:/cvs/gnome'</A><BR> </FONT></P>
<P><FONT face=Arial>echo 'Logging into the gnome cvs server.'<BR>echo 'Press 
enter to login as anonymous.'<BR>cvs login</FONT></P>
<P><FONT face=Arial><BR>echo 'checking out Gnopernicus.'<BR>cvs -z3 checkout 
gnopernicus</FONT></P>
<P><FONT face=Arial>echo 'Checking out gnome-speech.'<BR>cvs -z3 checkout 
gnome-speech<BR> </FONT></P>
<P><FONT face=Arial>echo 'Download complete!'<BR>echo 'Make sure to download, 
build, and install the gnome 2.0 libs and<BR>gtk+ 2.0!'</FONT></P>
<P><FONT face=Arial></FONT> </P></FONT></DIV></BODY></HTML>