X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Ftopdocs%2FINSTALL.texi;h=689828a969b53e6ece56add2c39d14860cd2496b;hb=31d56b0bdf6082dacbf95e514f5d729d764e4998;hp=d06812d6e42879b0d3c6e4b8664feb6e851da2bb;hpb=b0fc2bbf6d5f9b64c8bba3b7b5e4e50297c36e00;p=lilypond.git 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