Re: [orca-list] Update orca



Hi Didier,

My computer tech had car trouble, but when he got online he ran the compile and the last line of config.log 
is exit 0.
I have several versions of Python, including one for Python 2 that I will have to get rid of.

Thanks,
John

On Wed, Jun 17, 2020 at 11:45:00PM +0200, Didier Spaier wrote:
Hi John,

What is the last line of configure.log?
If that's:
configure: exit 0
the error shouldn't prevent to run make.

Else please post the errors and their context (a few lines above), to
help investigate.

As an aside, setting PYTHON should not be necessary, here 'Slint) just
typing:
./autogen.sh
works, as the script is clever enough to find the installed python3
version, at least if there's only one.

Best regards,
Didier


Le 17/06/2020 à 22:44, John J. Boyer a écrit :

Hello,

I have Debian Bullseye. Your update instructions are for Ubuntu, but they lok pretty generic, so I tried 
them. I got an error in config.log 
How do i check if dependencies are up t o date? I used python3.8.

Thanks,
John

On Wed, Jun 17, 2020 at 06:09:51PM +0200, Volodymyr Dorozhinsky via orca-list wrote:
Hi,


for Ubuntu 18.04 You can do the following:


1. Enable the Canonical repositories.
* Open software updater.
* Click the Ubuntu tab.
* Check the box source repositories.
* Click the other software tab.
* Check the boxes next to Canonical partners and Canonical partners source
repositories.
* Click close.
* When requested, click reload cache.

2. Open a terminal window, press Alt+Control+T.

3. Install git, type or copy and paste the following command and press
Enter.
sudo apt-get install git

4. Install build dependencies. Type or copy and paste the following command
and press Enter.
sudo apt-get build-dep gnome-orca

* Answer yes to the ‘do you want to continue?’ prompt.

5. Get the orca source code. Type or copy and paste the following command
and press Enter.
git clone https://gitlab.gnome.org/GNOME/orca.git

6. Build and install orca.
!!WARNING!!
Follow the steps below exactly as typed. Doing something else will mess up
your environment and cause file permission problems.
* Change to your orca repository created in step 5. Type the following and
press Enter:
cd orca

* Configure orca source. Type or copy and paste the following command and
press Enter.:
PYTHON=/usr/bin/python3.6 ./autogen.sh

* build orca. Type or copy and paste the following command and press Enter.:
make

* Install the built binaries. Type or copy and paste the following command
and press Enter.: :
sudo make install

7. When install is complete, restart the system.

After you can keep up with Orca master by executing the following commands
in a terminal:
* first change to the orca folder
cd orca
* look for uptdates
git pull
* to see what changes are made
git log
* to update
PYTHON=/usr/bin/python3.6 ./autogen.sh
make
sudo make install



Best regards


On 6/17/20 5:15 AM, Hamsa Jaisal via orca-list wrote:

Hi. I am a new member to this mailing list. So sorry if my queries are
silly. I am using Ubuntu accessible coconut v18.04.03. but after that
orca has updated many times. I would like to know how do I grab the
latest version of orca and install with to my current operating system.


_______________________________________________
orca-list mailing list
orca-list gnome org
https://mail.gnome.org/mailman/listinfo/orca-list
Orca wiki: https://wiki.gnome.org/Projects/Orca
Orca documentation: https://help.gnome.org/users/orca/stable/
GNOME Universal Access guide: https://help.gnome.org/users/gnome-help/stable/a11y.html

_______________________________________________
orca-list mailing list
orca-list gnome org
https://mail.gnome.org/mailman/listinfo/orca-list
Orca wiki: https://wiki.gnome.org/Projects/Orca
Orca documentation: https://help.gnome.org/users/orca/stable/
GNOME Universal Access guide: https://help.gnome.org/users/gnome-help/stable/a11y.html




-- 
John J. Boyer
Email: john boyer abilitiessoft org
website: http://www.abilitiessoft.org
Status: Company dissolved but website and email addresses  live.
Location: Madison, Wisconsin, USA
Mission: developing assistive technology software and providing STEM services 
        that are available at no cost




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