Re: Hosting a FUDforum on lilypond.org

2021-08-05 Thread Han-Wen Nienhuys
On Mon, Aug 2, 2021 at 2:25 PM Jean Abou Samra wrote: > I was able to install it on a local Apache server. In my > experiments, I encountered some issues when trying to post to > the lists via it [13], but only with one SMTP server; another > was fine. The rest of the functionality worked

[RFC] Add set of scripts to build static binaries on Linux

2021-08-05 Thread Jonas Hahnfeld via Discussions on LilyPond development
I just posted the first version of completely rewritten scripts to build static binaries for LilyPond: https://gitlab.com/lilypond/lilypond/-/merge_requests/864 Some key design decisions are: * Build natively, avoid cross-compilation. * Use static builds of dependencies, no shared libraries. *