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: Federico Bruni
Subject: Re: Testing requested: new manuscript viewer tool for Frescobaldi
Date: Sun, 15 Nov 2015 17:54:20 +0100

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

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






reply via email to

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