Hi Mike: Here's a quick summary from http://live.gnome.org/Orca/DownloadInstall:
sudo apt-get build-dep gnome-orca sudo apt-get install subversion gnome-common svn co http://svn.gnome.org/svn/orca/trunk cd trunk ./autogen make sudo make install orca The only thing I changed here was doing a simple autogen with no prefix instead of "--prefix=/usr". The result of not doing "--prefix=/usr" is that orca will be installed under /usr/local. On Ubuntu, /usr/local/bin is in your PATH by default and it's ahead of /usr/bin/. So, /usr/local/bin/orca should be found and used when you type 'orca', which is what you want. Will On Thu, 2007-05-10 at 09:18 -0500, mike coulombe wrote: > Hi I got the latest orca from trunk, but still can't get it to work. > I assume this has to be built and can't be run from this directory, so what > is the best way to go about this. > Anything I do seems to bring up errors or do nothing. > Mike. > -- Ubuntu-accessibility mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-accessibility
