From: Han-Wen Nienhuys Date: Wed, 18 May 2005 14:35:26 +0000 (+0000) Subject: (Top): add MacOS command. X-Git-Tag: release/2.5.25~13 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9b72fe22a826098d5b2639cb7f7b6553c75e0f4c;p=lilypond.git (Top): add MacOS command. --- diff --git a/ChangeLog b/ChangeLog index 1efac84329..2b18fc53fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-05-18 Han-Wen Nienhuys + * Documentation/topdocs/INSTALL.texi (Top): add MacOS command. + * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL. * scm/lily.scm (running-from-gui?): lowercase Darwin. diff --git a/Documentation/topdocs/INSTALL.texi b/Documentation/topdocs/INSTALL.texi index 6055252f16..8ffc07c5b8 100644 --- a/Documentation/topdocs/INSTALL.texi +++ b/Documentation/topdocs/INSTALL.texi @@ -336,6 +336,16 @@ make conf=gcc-3.1 @end example @end quotation +@unnumberedsubsec MacOS X + +For Fink, use the following command to compile. + +@verbatim +export GUILE=guile-1.6 +export GUILE_CONFIG=guile-1.6-config +export PKG_CONFIG_PATH=/sw/lib/freetype219/lib/pkgconfig/:/sw/lib/fontconfig2/lib/pkgconfig/ +./configure --without-kpathsea +@end verbatim @unnumberedsubsec OpenBSD