install linux script does not update to the latest version

Asked by Gaston Schelotto

Hi,

I've installed KiCad in a 12.10 Ubuntu laptop but script does not update to the latest version. After steps have passed successfully KiCad is installed to the BZR 4756 revision instead the latest one (> 4930). I've used the --install-or-update parameter again and it does not change the revision number. I proceed in the right way or I should change the script?

BTW: the step by step way fails as It ask for the glew package during installation.

regards,
gaston

Question information

Language:
English Edit question
Status:
Solved
For:
KiCad Edit question
Assignee:
No assignee Edit question
Solved by:
Dick Hollenbeck
Solved:
Last query:
Last reply:
Revision history for this message
Best Dick Hollenbeck (dickelbeck) said :
#1

On 06/10/2014 02:02 AM, Gaston Schelotto wrote:
> New question #250021 on KiCad: https://answers.launchpad.net/kicad/+question/250021
>
> Hi,
>
> I've installed KiCad in a 12.10 Ubuntu laptop but script does not update to the latest
> version. After steps have passed successfully KiCad is installed to the BZR 4756
> revision instead the latest one (> 4930). I've used the --install-or-update parameter
> again and it does not change the revision number. I proceed in the right way or I
> should change the script?

Changing the script's line 42 to

REVISION=$TESTING

would make you a tester.

> BTW: the step by step way fails as It ask for the glew package during installation.

"the step by step way" is an ambiguous reference to a set of instructions which could have
come from something 5 thousand years ago.

> regards, gaston
>

Revision history for this message
Gaston Schelotto (gschelotto) said :
#2

Thanks Dick Hollenbeck, that solved my question.