]> git.donarmstrong.com Git - lilypond.git/commitdiff
patch::: 1.3.84.jcn1
authorJan Nieuwenhuizen <janneke@gnu.org>
Tue, 5 Sep 2000 15:16:13 +0000 (17:16 +0200)
committerJan Nieuwenhuizen <janneke@gnu.org>
Tue, 5 Sep 2000 15:16:13 +0000 (17:16 +0200)
1.3.84.jcn1
===========

* Updated INSTALL.texi

CHANGES
Documentation/topdocs/INSTALL.texi
VERSION
make/stepmake.make
stepmake/make/stepmake.make

diff --git a/CHANGES b/CHANGES
index ef5141e5be04ef465052e7dcea9a163414682fee..032fa42e693322ef25b82189bcc63388da902151 100644 (file)
--- 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.
index d06812d6e42879b0d3c6e4b8664feb6e851da2bb..689828a969b53e6ece56add2c39d14860cd2496b 100644 (file)
@@ -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++<your-libstdc++-version-here>-dev
+@item libguile<your-libguile-version-here>-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 c692feef2144f27eecac44c70e079731396880ca..59d122f26f59be6de6c294e11eec0b6b44c4defc 100644 (file)
--- 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.
index 92ce216398ec3de92873319940397991d000b68d..d31fae07264efc0e6b88378696400b61cd049b3e 100644 (file)
@@ -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.
index 7b0f16fe8ccd1744abd5ebc954a5a1a4728bc15a..2834b7bc171cb83b7a11044fbbdac439e26bd9bd 100644 (file)
@@ -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.