On 15.11.2015 17:54, Federico Bruni wrote:
Il giorno sab 14 nov 2015 alle 13:23, Klaus Blum <benbigno...@gmx.de> 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 g...@github.com:wbsoft/python-ly.git
git clone g...@github.com: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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to