Re: [orca-list] How to compile and install Orca master
- From: Cory Samaha <csamaha86 gmail com>
- To: Volodymyr Dorozhinsky <dorozhinsky ukr net>
- Cc: Orca List <orca-list gnome org>
- Subject: Re: [orca-list] How to compile and install Orca master
- Date: Mon, 3 Aug 2020 16:30:45 -0400
Thanks to both of you. It has been a long time since I have had to use these git commands and once upon a
time I was more familiar with it. 🙂 I’m glad there are multiple ways one can get back to the latest stable
version if things go wrong. When I am feeling brave enough and if I need to, I might try both of these
solutions and see which one might be a better fit. Thank you again!
Kind Regards,
Cory
On Aug 3, 2020, at 12:58 PM, Volodymyr Dorozhinsky via orca-list <orca-list gnome org> wrote:
Hi,
alternatively if You are familiar with git You can checkout any previous release branch and
recompile/install orca from there. For example You can checkout 3.36 version like that:
1) Go to Your orca cloned repository.
2) Run git fetch to update Your local copy of the repo.
3) Then run:
git checkout -b gnome-3-36 origin/gnome-3-36
this will create and checkout a new branch gnome-3-36.
4) Now You can try to build/install orca 3.36:
make clean
./autogen.sh
make
sudo make install
Note to checkout/switch between gnome-3-36 and master branch simply do:
git checkout master
or
git checkout gnome-3-36
To see all available remote branches to checkout one can run:
git remote show origin
and to see local branches one can run:
git branch
Best regards
Volodymyr
On 8/3/20 10:24 AM, Arkadiusz Kozioł wrote:
make uninstall and install orca from repository.
W dniu 02.08.2020 o 23:18, Cory Samaha via orca-list pisze:
Hi All,
I do have one question about this before the thread dies out. Is there an easy way to get back to your
distro’s copy of linux if you decide you don’t want to be on Orca master anymore? Is a reinstall
necessary? Surely there is an easier way, right? Thanks!
Regards,
Cory
On Jul 31, 2020, at 6:46 PM, Rastislav Kiss via orca-list <orca-list gnome org> wrote:
Hello guys,
thanks much for all your answers, I have managed to compile and install
Orca master successfully!
./autogen.sh is necessary to generate makefiles and configuration
scripts, for a project like Orca, I can imagine a lot of work had to be
put into checking whether the target environment contains everything
necessary for compilation and running of the program.
Thanks again!
best regards
Rastislav
V Piatok, 31. júl 2020 o 17:26 +0200, Volodymyr Dorozhinsky via orca-
list napÃsal(a):
Hi,
"I don't understand why you typing autogen.sh after all commits from
github."
(VD) For me the compilation will fail without running autogen.sh if
make clean
was called before running make.
Best regards
Volodymyr
On 7/31/20 9:45 AM, Arkadiusz Kozioł wrote:
I don't understand why you typing autogen.sh after all commits
from
github.
I did my configuration file once by autogen.sh and when it's
possible
make will do it. And when you will not pass --prefix=/usr you wil
install orca in /usr/local, I don't know, where it's installed on
ubuntu by default.
W dniu 31.07.2020 o 07:56, Milton via orca-list pisze:
For Ubuntu 20.04 the line:
PYTHON=/usr/bin/python3.6 ./autogen.sh
can be substitute with:
./autogen.sh
Milton
Op 30-07-2020 om 23:21 schreef Cory Samaha via orca-list:
PYTHON=/usr/bin/python3.6 ./autogen.sh
_______________________________________________
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
_______________________________________________
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
_______________________________________________
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
_______________________________________________
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]