Re: Lilypond dependencies

2024-08-11 Thread Luca Fascione
Ok cool thanks Dan. L On Sun, 11 Aug 2024, 20:48 Dan Eble, wrote: > On 2024-08-11 11:13, Luca Fascione wrote:> could someone explain what's > > the story behind this segment, circa line 25: > > > > # Add a non-root user who can run sudo without a password. > > I found it convenient. You don'

Re: Lilypond dependencies

2024-08-11 Thread Dan Eble
On 2024-08-11 11:13, Luca Fascione wrote:> could someone explain what's the story behind this segment, circa line 25: > > # Add a non-root user who can run sudo without a password. I found it convenient. You don't have to use it. > Also, wasn't lilypond building with Guile 3 now? Yes. Locall

Re: Lilypond dependencies

2024-08-11 Thread Luca Fascione
I've switched to building a lilydev image but bare on WSL2/Ubuntu 22.04, so I thought all I needed to do was replaying the Dockerfile by hand, if you will. Looking at fedelibre's Dockerfile from TOT, could someone explain what's the story behind this segment, circa line 25: # Add a non-root user

Re: Lilypond dependencies

2024-08-07 Thread Johannes Feulner via Discussions on LilyPond development
Hi, I have encountered the same problem. On Ubuntu this helped: sudo synaptic select from menu: Properties/Packet sources (Einstellungen/Paketquellen) click on: "Sources" Cheers, Johannes Am 07.08.2024 um 16:11 schrieb Luca Fascione: Hi, I'm trying to build in Ubuntu 22.04 I tried

Re: Lilypond dependencies

2024-08-07 Thread Luca Fascione
Oh ok. I was trying a "native" build. Will switch to docker then Cheers, L On Wed, Aug 7, 2024 at 5:13 PM Han-Wen Nienhuys wrote: > On Wed, Aug 7, 2024 at 4:11 PM Luca Fascione wrote: > > > > Hi, > > I'm trying to build in Ubuntu 22.04 > > > > I tried build-dep lilypond but I get a fairly vague

Re: Lilypond dependencies

2024-08-07 Thread Han-Wen Nienhuys
On Wed, Aug 7, 2024 at 4:11 PM Luca Fascione wrote: > > Hi, > I'm trying to build in Ubuntu 22.04 > > I tried build-dep lilypond but I get a fairly vague reply from it > > $ sudo apt-get build-dep lilypond > Reading package lists... Done > E: You must put some 'deb-src' URIs in your sources.list >

Lilypond dependencies

2024-08-07 Thread Luca Fascione
Hi, I'm trying to build in Ubuntu 22.04 I tried build-dep lilypond but I get a fairly vague reply from it $ sudo apt-get build-dep lilypond Reading package lists... Done E: You must put some 'deb-src' URIs in your sources.list Does anyone have a quick breadcrumb or two to share with me about how

Re: questions about LilyPond dependencies

2020-01-02 Thread Werner LEMBERG
>> 2. ./configure found mpost but it's complaining about missing >>metapost CTAN package. Should I be worried about this error? Yes, you should be worried if you are building lilypond. It means that the `mpost` binary could be found, but not its basic input files like `mfplain.mp`. >>Ca

Re: questions about LilyPond dependencies

2020-01-02 Thread Federico Bruni
Can anybody help with 2. (metapost)? Werner maybe? :-) The full problem is discussed here: https://github.com/fedelibre/flathub/pull/1 It's probably the last issue to solve to get Frescobaldi in Flathub. Il giorno lun 16 dic 2019 alle 12:50, Federico Bruni ha scritto: Hi folks As I'm work

questions about LilyPond dependencies

2019-12-16 Thread Federico Bruni
Hi folks As I'm working on building a flatpak of Frescobaldi, I must compile from source all dependencies and bundled applications, including LilyPond (without the documentation). I have two questions: 1. Ghostscript is not a requirement for building, but it is a requirement for running lily