Re: [orca-list] How to compile orca in ubuntu?



Hi, I do not use ubuntu but I think that you can use the following steps:

sudo apt-get build-dep gnome-orca
sudo apt-get install gnome-common
sudo apt-get install yelp-tools
sudo apt-get install git-core

I'm not sure if the package names are correct, but should not be too different.

Now time to clone orca from its git repository.

Create a folder, do a cd to this new folder and execute the following command:
git clone git://git.gnome.org/orca

Time to install executing the following commands:
cd orca
./autogen.sh --prefix=foo
make

foo must be the name of the directory where orca will be installed.

And finally you must install orca executing the following command:
make install

If you do not have permitions to write in the foo directory, you need to execute the make install command using sudo.
sudo make install

Now you need to start the new orca executing the following:
foo/bin/orca --replace

WARNING: do not install orca in the /usr directory. This will destroy the actual orca installation.

I have not tested these steps on ubuntu, but I believe that work.



On 09/10/2014 06:06 AM, Hadi Rezaee wrote:
Hello guys.

I have a virtual machine running ubuntu 14.4.
Can someone help me to compile the latest orca version for this system?

_______________________________________________
orca-list mailing list
orca-list gnome org
https://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
Log bugs and feature requests at http://bugzilla.gnome.org
Find out how to help at http://live.gnome.org/Orca/HowCanIHelp


--
{}S José Vilmar Estácio de Souza


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