> Following the changes to the fonts, I'm now having GUB fail. The log shows: > > configure: WARNING: unrecognized options: --enable-shared, --disable-static, > --disable-silent-rules, --with-fonts-dir > > WARNING: Please consider installing optional programs or files: dblatex > > ERROR: Please install required programs: TeX Gyre fonts OTF (make sure the > fc-list utility can see them, e.g. 'sudo apt-get install fonts-texgyre', or > use --with-texgyre-dir) > > If I try > > sudo apt-get install fonts-texgyre > > I get > > fonts-texgyre is already the newest version. > > Where do I go now?
GUB repository https://github.com/gperciva/gub has already been updated for the font changing. Do you update your local working tree? If not, it can be updated by something like the following command. $ git fetch origin $ git checkout master $ git merge origin/master _______________________________________________ lilypond-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-devel
