Re: [orca-list] How do you install the latest version of Orca on a Ubuntu machine?



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:
Hi, I was wondering if someone could please explain how to install the latest version of Orca on a ubuntu machine. Thank you.
Charlie



_______________________________________________ Orca-list mailing list Orca-list gnome org http://mail.gnome.org/mailman/listinfo/orca-list Visit http://live.gnome.org/Orca for more information on Orca. The manual is at http://library.gnome.org/users/gnome-access-guide/nightly/ats-2.html The FAQ is at http://live.gnome.org/Orca/FrequentlyAskedQuestions Netiquette Guidelines are at http://live.gnome.org/Orca/FrequentlyAskedQuestions/NetiquetteGuidelines



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]