lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: build problem


From: Knut Petersen
Subject: Re: build problem
Date: Sun, 30 Jun 2019 11:10:12 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2

On 30.06.19 10:45, Jean-Charles Malahieude wrote:

Unfortunately, I don't remember if my last merge was just before upgrading to 
Fedora 30 or not. And Federico, who runs a Fedora 30 as well if I'm not 
mistaken, pushed on Translation mid-June…

Build it yourself. Building and installing extractpdfmark is  an easy an fast 
task.
Cloning the repository, building, testing and installing of extractpdfmark takes
less than 20 seconds here:

   git clone https://github.com/trueroad/extractpdfmark.git && \
   cd extractpdfmark && \
   ./autogen.sh && \
   mkdir build && \
   cd build && \
   ../configure && \
   make && \
   make check && \
   sudo make install


If building fails: Have a look at extractpdfmark/README.md - there you find a 
list of required packages.

Knut


reply via email to

[Prev in Thread] Current Thread [Next in Thread]