Re: Attempting to build Lilypond 2.23.6 from source using Fedora 35 Linux with Docker

2022-03-10 Thread Kenneth Wolcott
Thank you, Federico! On Thu, Mar 10, 2022 at 11:08 PM Federico Bruni wrote: > > On Thu, Mar 10 2022 at 15:04:15 -0800, Kenneth Wolcott > wrote: > > sudo dnf builddep lilypond --nogpgcheck > > > > This does not work since I am using Fedora 35 and the docs state > > that this works with Fedora 2

Re: Attempting to build Lilypond 2.23.6 from source using Fedora 35 Linux with Docker

2022-03-10 Thread Federico Bruni
On Thu, Mar 10 2022 at 15:04:15 -0800, Kenneth Wolcott wrote: sudo dnf builddep lilypond --nogpgcheck This does not work since I am using Fedora 35 and the docs state that this works with Fedora 22 and 23. The error is that "builddep" apparently is no longer a supported subcommand to dnf. D

Re: Attempting to build Lilypond 2.23.6 from source using Fedora 35 Linux with Docker

2022-03-10 Thread Kenneth Wolcott
Update: I am specifying packages in my Fedora Dockerfile. The dependencies are being worked out automatically so far. It is working fine until I need to obtain Guile 1.8.8, which I am working on a computer architecture definition problem, which I think I can solve. After that it is only install

Attempting to build Lilypond 2.23.6 from source using Fedora 35 Linux with Docker

2022-03-10 Thread Kenneth Wolcott
Hi; Attempting to build Lilypond 2.23 from source using Fedora 35 Linux with Docker hosted by MacOS (on Apple Silicon) The following command given in the Lilypond development build manual: sudo dnf builddep lilypond --nogpgcheck This does not work since I am using Fedora 35 and the docs s