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

2021-08-06 Thread Jonas Hahnfeld via Discussions on LilyPond development
Am Freitag, dem 06.08.2021 um 15:33 +0200 schrieb Michael Käppler: > Am 05.08.2021 um 21:51 schrieb 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/lilypon

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

2021-08-06 Thread Michael Käppler
Am 05.08.2021 um 21:51 schrieb 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 Hi Jonas, thank you very much for your work! I

[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. *