From 31d56b0bdf6082dacbf95e514f5d729d764e4998 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Tue, 5 Sep 2000 17:16:13 +0200 Subject: [PATCH 1/1] patch::: 1.3.84.jcn1 1.3.84.jcn1 =========== * Updated INSTALL.texi --- CHANGES | 6 ++++- Documentation/topdocs/INSTALL.texi | 35 ++++++++++++++++++++++++++---- VERSION | 2 +- make/stepmake.make | 2 +- stepmake/make/stepmake.make | 2 +- 5 files changed, 39 insertions(+), 8 deletions(-) diff --git a/CHANGES b/CHANGES index ef5141e5be..032fa42e69 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +1.3.84.jcn1 +=========== + +* Updated INSTALL.texi 1.3.84 ====== @@ -1266,7 +1270,7 @@ property is already set. # Use alternate configurations alongside eachother: # - # ./configure --enable-configsuffix=debug + # ./configure --enable-config=debug # make conf=debug # # uses config-debug.make and config-debug.h; output goes to out-debug. diff --git a/Documentation/topdocs/INSTALL.texi b/Documentation/topdocs/INSTALL.texi index d06812d6e4..689828a969 100644 --- a/Documentation/topdocs/INSTALL.texi +++ b/Documentation/topdocs/INSTALL.texi @@ -300,9 +300,9 @@ and for the profiling version, I specify a different configuration. @example - ./configure --prefix=~ --enable-profiling --enable-config=optprof --enable-optimise --disable-checking - make config=optprof - make config=optprof install + ./configure --prefix=~ --enable-profiling --enable-config=prof --enable-optimise --disable-checking + make config=prof + make config=prof install @end example @@ -350,6 +350,7 @@ in addition to the those needed for running: @item flex @item bison @item texinfo +@item tetex-devel @end itemize @section Debian GNU/linux @@ -357,7 +358,33 @@ in addition to the those needed for running: A Debian package is also available; see @uref{http://packages.debian.org/lilypond,http://packages.debian.org/lilypond} or contact Anthony Fok @email{foka@@debian.org} for more information. -The build scripts are in the subdirectory @file{debian/}. + +The build scripts are in the subdirectory @file{debian/}; you can +make the .deb by doing + +@example + + tar xzf lilypond-x.y.z.tar.gz + cd lilypond-x.y.z + dpkg-buildpackage + dpkg -i ../lilypond_x.y.z*deb + +@end example + +For compilation on a Debian GNU/Linux system you need these packages, +in addition to the those needed for running: +@itemize @bullet +@item libc6-dev +@item libstdc++-dev +@item libguile-dev +@item flex +@item bison +@item gettext +@item texinfo +@item tetex-dev +@item debhelper +@end itemize + @section Windows NT/95 diff --git a/VERSION b/VERSION index c692feef21..59d122f26f 100644 --- a/VERSION +++ b/VERSION @@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=3 PATCH_LEVEL=84 -MY_PATCH_LEVEL= +MY_PATCH_LEVEL=jcn1 # use the above to send patches: MY_PATCH_LEVEL is always empty for a # released version. diff --git a/make/stepmake.make b/make/stepmake.make index 92ce216398..d31fae0726 100644 --- a/make/stepmake.make +++ b/make/stepmake.make @@ -10,7 +10,7 @@ endif # Use alternate configurations alongside eachother: # -# ./configure --enable-configsuffix=debug +# ./configure --enable-config=debug # make conf=debug # # uses config-debug.make and config-debug.h; output goes to out-debug. diff --git a/stepmake/make/stepmake.make b/stepmake/make/stepmake.make index 7b0f16fe8c..2834b7bc17 100644 --- a/stepmake/make/stepmake.make +++ b/stepmake/make/stepmake.make @@ -10,7 +10,7 @@ endif # Use alternate configurations alongside eachother: # -# ./configure --enable-configsuffix=debug +# ./configure --enable-config=debug # make conf=debug # # uses config-debug.make and config-debug.h; output goes to out-debug. -- 2.39.2