Based on http://lilypond.org/doc/v2.18/Documentation/topdocs/INSTALL.html and http://savannah.gnu.org/git/?group=lilypond
$> git clone git://git.savannah.gnu.org/lilypond.git
$> cd lilypond
$> ./autogen.sh --noconfigure
$> mkdir build
$> cd build
$> ../configure
ERROR: Please install required programs: TeX Gyre fonts OTF (make sure the fc-list utility can see them, e.g.
'sudo apt-get install fonts-texgyre', or use --with-texgyre-dir) msgfmt makeinfo >= 4.11 (installed: 4.8)
texi2html dblatex pngtopnm convert
Solution from here:
go here and download the files directly.
http://www.gust.org.pl/projects/e-foundry/tex-gyre/whole/tg-2.005otf.zip
Unzip the file and create a .fonts dir in your home directory. Extract
the OTF files there.
ERROR: Please install required programs: msgfmt makeinfo >= 4.11
(installed: 4.8) texi2html dblatex pngtopnm convert
Solution:
$> brew link gettext --force
$> brew link texinfo --force
$> brew install texi2html netpbm imagemagick
$> sudo pip install dblatex
For now, we can use the newest lilypond command line version via brew
Source: https://www.mail-archive.com/[email protected]/msg146249.html