lilypond-user
[Top][All Lists]
Advanced

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

Re: Download lilypond manual via GIT or other updateable method?


From: Federico Bruni
Subject: Re: Download lilypond manual via GIT or other updateable method?
Date: Wed, 1 Jan 2014 20:06:59 +0100

2014/1/1 Tom Dickson <address@hidden>
I keep an offline copy of the Lilypond manual; is there a way to
use GIT or similar to just update my copy without having to
download a 200+ MB tarball each time?

First, install git and the dependencies. On Debian/Ubuntu this command should install most of the required packages:

sudo apt-get build-dep lilypond

Then:

cd ~
git clone git://git.sv.gnu.org/lilypond.git
cd lilypond-git
./autogen.sh
make
make -j3 doc


When you want to update it:

cd ~/lilypond-git
git pull
make
make -j3 doc


reply via email to

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