Re: [orca-list] Some braille/brltty questions regarding orca
- From: Hermann <meinelisten onlinehome de>
- To: orca-list gnome org
- Subject: Re: [orca-list] Some braille/brltty questions regarding orca
- Date: Wed, 23 Apr 2008 13:46:41 +0200
am Mi 23. Apr 2008 um 13:32:01 schrieb Daniel Dalton <d dalton iinet net au>:
[...]
One question though.
You know how you must give configure an argument for grade 2 braille? Well
how do I rebuild orca after an svn up?
just make and then make install?
or ./autogen.sh ./configure -opts make make install?
Or will just ./autogen.sh do and then make and make install do?
First check where your Orca packages are installed:
whereis orca
Dependend on the result you perform ./autogen.sh:
If the Orca executable is in /usr/bin:
./autogen.sh --prefix=/usr
If the path is /usr/local/bin:
./autogen.sh
Then type make and then:
If you are root:
make install
if you are a normal user:
sudo make install
I think you should go through the whole procedure, since you've changed a
dependency for Orca by installing liblouis.
Hermann
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]