From: Jan Nieuwenhuizen Date: Wed, 13 Mar 2002 14:19:36 +0000 (+0100) Subject: patch::: 1.5.39.jcn1 X-Git-Tag: release/1.5.40~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4ba76f3ddd8f927febb9a303cee4837499a8b2da;p=lilypond.git patch::: 1.5.39.jcn1 2002-03-13 Jan Nieuwenhuizen * Documentation/topdocs/INSTALL.texi: Add information about fink, compile fix and 1.4 specific fix that doesn't hurt 1.5. --- diff --git a/ChangeLog b/ChangeLog index f0c2a013f2..04f8ff8ed6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-03-13 Jan Nieuwenhuizen + + * Documentation/topdocs/INSTALL.texi: Add information about fink, + compile fix and 1.4 specific fix that doesn't hurt 1.5. + 2002-03-13 Han-Wen * VERSION: 1.5.39 released diff --git a/Documentation/topdocs/INSTALL.texi b/Documentation/topdocs/INSTALL.texi index c99e9b34d1..afff3cc621 100644 --- a/Documentation/topdocs/INSTALL.texi +++ b/Documentation/topdocs/INSTALL.texi @@ -546,16 +546,19 @@ and: fink install tetex @end example +For more information about @file{apt-get} and @file{fink}, see +@uref{http://fink.sf.net,fink.sourceforge.net}. + @c brokenness of autoconf; don't ask Then, configure, patch, make and install LilyPond using these commands: @example CC="cc -I/sw/include" CXX="c++ -I/sw/include" LDFLAGS="-L/sw/lib" \ ./configure --prefix=/sw - make -C lily out/parser.hh out/parser.cc + make -C lily out/parser.hh out/parser.cc out/config.h patch -p0 < darwin.patch make -C lily out/parser.o - make all + make DEPENDENCIES_OUTPUT=/dev/null all make install @end example diff --git a/VERSION b/VERSION index c8347e6d4b..406ad197b3 100644 --- a/VERSION +++ b/VERSION @@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=5 PATCH_LEVEL=39 -MY_PATCH_LEVEL= +MY_PATCH_LEVEL=jcn1 # use the above to send patches: MY_PATCH_LEVEL is always empty for a # released version.