Hi, > I getting used to the BeagleBone Black, so I though I'd try compiling > Lilypond. It runs Debian, but on an ARM. LilyPond hasn't provided a > precompiled binary for ARM for a decade.
The GNU Guix project is providing binary substitutes for Lilypond for four systems (armhf, mips64el, i686, x86_64). We are building the latest unstable release on hydra.gnu.org, and you can take a look at the latest build for armhf here: http://hydra.gnu.org/build/703773 Installation only requires guix package -i lilypond Building it locally is possible by disabling binary substitutes: guix build --no-substitutes lilypond For a development environment containing all dependencies to build Lilypond you could run: guix environment lilypond This creates a sub-shell in which all dependencies are available. As Guix can be used on top of another distribution, this probably also works on the BeagleBone Black running Debian. ~~ Ricardo _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel