Charlie, Below is a script I used to install the latest version of Orca (taken from the Orca web pages): # downloading and installing Orca # download the latest version: git clone git://git.gnome.org/orca orca cd orca # optionally checkout the stable branch for your system. # git checkout -b origin/gnome-2-26 ./autogen.sh #./configure --enable-liblouis=yes ./configure make sudo make install echo Downloaded the following version of Orca: git status | head -1 git branch head -1 README echo Done with downloading and installing Orca plust at and at-spi components # end of building Orca Hope that helps. --Pete On 07/02/2009 08:46 PM, Charlie Dorff wrote:
|