From: fred Date: Tue, 26 Mar 2002 23:55:22 +0000 (+0000) Subject: lilypond-1.3.85 X-Git-Tag: release/1.5.59~1334 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f50d3dc46ba78f6dba7f38080da88a8b49ad2204;p=lilypond.git lilypond-1.3.85 --- 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/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.