From: Graham Percival Date: Sat, 28 Apr 2007 04:46:17 +0000 (-0700) Subject: Info from mailist. X-Git-Tag: release/2.11.23-1~7 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=40d9301b4f80a99ae917929212a000a29a6eeb8b;p=lilypond.git Info from mailist. --- diff --git a/Documentation/topdocs/INSTALL.texi b/Documentation/topdocs/INSTALL.texi index e9bfa6dd15..0b6873ad7a 100644 --- a/Documentation/topdocs/INSTALL.texi +++ b/Documentation/topdocs/INSTALL.texi @@ -54,6 +54,7 @@ Check out @uref{http://lilypond.org/web/install/} for up to date information on binary packages for your platform. + @section Requirements @subsection Compilation @@ -121,6 +122,7 @@ software @item @uref{http://www.python.org,Python} (version 2.4 or newer). @item @uref{http://www.ghostscript.com,Ghostscript} (version 8.15 or newer. 8.50 recommended) +@item Dejaview. (This is normally installed by default) @end itemize International fonts are required to create music with international text @@ -361,11 +363,28 @@ or @end example @end quotation +@item FreeBSD + +To use system fonts, dejaview must be installed. With the default +port, the fonts are installed in @file{usr/X11R6/lib/X11/fonts/dejavu}. + +Open the file @file{$LILYPONDBASE/usr/etc/fonts/local.conf} and add the +following line just after the @code{} line. (Adjust as necessary +for your hierarchy.) + +@example +/usr/X11R6/lib/X11/fonts +@end example + @end itemize + @section International fonts -On MacOs X, all fonts are installed by default. +On MacOs X, all fonts are installed by default. However, finding all +system fonts requires a bit of configuration; see +@uref{http://lists.gnu.org/archive/html/lilypond-user/2007-03/msg00472.html, +this post} on the @code{lilypond-user} mailing list. On Linux, international fonts are installed by different means on every distribution. We cannot list the exact commands or packages @@ -387,5 +406,7 @@ Debian GNU/Linux @end verbatim + + @bye