X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=INSTALL.txt;h=db0ba70a3c7110b40a85d36885bece99d660b6f2;hb=03311c038c913d96eb7ed0a896e2c7d8f4815e17;hp=73a3a997dda2fa1c614d5f816eb10922d73c9df0;hpb=31d56b0bdf6082dacbf95e514f5d729d764e4998;p=lilypond.git diff --git a/INSTALL.txt b/INSTALL.txt index 73a3a997dd..db0ba70a3c 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -270,9 +270,9 @@ following for the normal build, and for the profiling version, I specify a different configuration. - ./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 Installing ========== @@ -316,14 +316,44 @@ addition to the those needed for running: * texinfo + * tetex-devel + Debian GNU/linux ================ A Debian package is also available; see http://packages.debian.org/lilypond (http://packages.debian.org/lilypond) or contact Anthony Fok - for more information. The build scripts are in the -subdirectory `debian/'. + for more information. + + The build scripts are in the subdirectory `debian/'; you can make +the .deb by doing + + + tar xzf lilypond-x.y.z.tar.gz + cd lilypond-x.y.z + dpkg-buildpackage + dpkg -i ../lilypond_x.y.z*deb + + For compilation on a Debian GNU/Linux system you need these packages, +in addition to the those needed for running: + * libc6-dev + + * libstdc++-dev + + * libguile-dev + + * flex + + * bison + + * gettext + + * texinfo + + * tetex-dev + + * debhelper Windows NT/95 =============