From c91d59dd10e75e986fc896ff9069d2c8712e8d04 Mon Sep 17 00:00:00 2001 From: hanwen Date: Wed, 18 May 2005 14:35:26 +0000 Subject: [PATCH] (Top): add MacOS command. --- ChangeLog | 2 ++ Documentation/topdocs/INSTALL.texi | 10 ++++++++++ 2 files changed, 12 insertions(+) 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 -- 2.39.5