lilypond-user
[Top][All Lists]
Advanced

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

Re: Testing requested: new manuscript viewer tool for Frescobaldi


From: Simon Albrecht
Subject: Re: Testing requested: new manuscript viewer tool for Frescobaldi
Date: Mon, 16 Nov 2015 22:26:53 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

On 15.11.2015 17:54, Federico Bruni wrote:
Il giorno sab 14 nov 2015 alle 13:23, Klaus Blum <address@hidden> ha scritto:
Is there any documentation out there that tells how to run a program from
git?

I don't think so.
It may be added to the github wiki...


I have an Ubuntu installation, but no deeper Linux knowledge, so I've got no
idea what to do.

Install git and run the following commands in the terminal:

mkdir ~/src
cd ~/src
git clone address@hidden:wbsoft/python-ly.git
git clone address@hidden:wbsoft/frescobaldi.git
cp frescobaldi/frescobaldi.desktop ~/.local/share/applications/
sed -ir 's|Exec=.*$|Exec=sh -c "PYTHONPATH=~/src/python-ly python ~/src/frescobaldi/frescobaldi"|' ~/.local/share/applications/frescobaldi.desktop

[for testing the manuscript viewer, use the following commands additionally:]
cd frescobaldi
git checkout manuscript-viewer


When you want to upgrade you enter the two sources and make a pull:

cd ~/src/python-ly
git pull

cd ~/src/frescobaldi
git pull

HTH, Simon



reply via email to

[Prev in Thread] Current Thread [Next in Thread]