]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/INSTALL.texi
Info from mailist.
[lilypond.git] / Documentation / topdocs / INSTALL.texi
index e9bfa6dd15a70270147850bdb62c7c24ce692589..0b6873ad7ad8da718286caee4e388f9a90400518 100644 (file)
@@ -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{<fontconfig>} line.  (Adjust as necessary
+for your hierarchy.)
+
+@example
+<dir>/usr/X11R6/lib/X11/fonts</dir>
+@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