GUB -- GNU Denemo
INSTALLING
Get GUB
git clone git://github.com/gperciva/gub.git
or
wget http://github.com/gperciva/gub/tarball/master
Build everything
make denemo
this produces a windows installer in
uploads/denemo-x.y.z-b.mingw.exe
More examples
* Build main Denemo installers
make PLATFORMS='mingw linux-x86 linux-64' denemo
* Build all Denemo installers
make 'PLATFORMS=mingw linux-x86 linux-64 linux-ppc darwin-ppc darwin-x86 freebsd-x86 freebsd-64' denemo
this leaves installers for GNU/Linux (x86, x86_64, powerpc),
FreeBSD (x86, x86_64) and Windows, and documentation in uploads/
OR (old style)
bin/gub denemo
bin/gib denemo --branch=lilypond=git.sv.gnu.org--lilypond.git-master --branch=denemo=git.savannah.gnu.org--denemo.git-master
* Optional: Prepare build environment
make -f lilypond.make bootstrap