]> git.donarmstrong.com Git - lilypond.git/commitdiff
(Top): update versions and release/2.9.5
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 16 May 2006 23:15:27 +0000 (23:15 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 16 May 2006 23:15:27 +0000 (23:15 +0000)
build instructions.

ChangeLog
Documentation/topdocs/INSTALL.texi

index e4ffcf6139ecdff1894315e45c863fa09ded2c50..1eeb93b0fc47f2c32445bcb6347fe5fa9d106ce4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-05-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
+       * Documentation/topdocs/INSTALL.texi (Top): update versions and
+       build instructions. 
+
        * ly/engraver-init.ly: switch on hairpinToBarline by default.
 
 2006-05-16  Graham Percival  <gpermus@gmail.com>
index c4c3ef4be96e1c81d799d3befa959388805c8e61..804355a3e4b6ce53c49a48e61856f443d52c23e7 100644 (file)
@@ -22,8 +22,8 @@
 Even numbered minor versions are `stable' (2.6, 2.8, etc), while odd
 version are development releases (2.7, 2.9, etc).  Building LilyPond
 is an involved process.  If possible
-@uref{http://lilypond.org/download,download a precompiled binary}
-for your platform.
+@uref{http://lilypond.org/install,download a precompiled binary} for
+your platform.
 
 @subsection Source code
 
@@ -119,10 +119,10 @@ software
 
 @item @uref{http://www.freetype.org/,Freetype} (version 2).
 @item @uref{http://www.freetype.org/,FontConfig} (version 2.2).
-@item @uref{http://www.pango.org/,Pango} (version 1.6 or newer).
+@item @uref{http://www.pango.org/,Pango} (version 1.12 or newer).
 @item @uref{http://www.gnu.org/software/guile/guile.html,GUILE}
-(version 1.6.5 or newer).
-@item @uref{http://www.python.org,Python} (version 2.1 or newer).
+(version 1.8.0 or newer).
+@item @uref{http://www.python.org,Python} (version 2.4 or newer).
 @item @uref{http://www.ghostscript.com,Ghostscript} (version 8.15 or
 newer. 8.50 recommended)
 @end itemize
@@ -175,17 +175,6 @@ make install
 @end example
 @end quotation
 
-The most time-consuming part of compiling LilyPond is tracing the
-Type1 fonts. You can shortcut this operation by issuing
-one of the following commands
-
-@quotation
-@example
-make -C mf get-pfa                # requires rpm2cpio
-make -C mf get-debian-pfa         # may not be up to date
-@end example
-@end quotation
-
 If you are not root, you should choose a @code{--prefix} argument that
 points into your home directory, e.g.
 @quotation
@@ -326,17 +315,9 @@ For Fink, use the following command to compile.
 export GUILE=guile-1.6
 export GUILE_CONFIG=guile-1.6-config
 export PKG_CONFIG_PATH=/sw/lib/freetype219/lib/pkgconfig/:/sw/lib/fontconfig2/lib/pkgconfig/
-./configure --without-kpathsea
+./configure
 @end verbatim
 
-@unnumberedsubsec OpenBSD
-
-@itemize @bullet
-@item
-Refer to the section ``Linking to kpathsea'': GCC on OpenBSD doesn't
-set include paths for kpathsea.
-@end itemize
-
 @unnumberedsubsec NetBSD
 
 @itemize @bullet