]> git.donarmstrong.com Git - lilypond.git/commitdiff
(Top): Add guile, python and
authorJan Nieuwenhuizen <janneke@gnu.org>
Wed, 23 Jun 2004 22:37:25 +0000 (22:37 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Wed, 23 Jun 2004 22:37:25 +0000 (22:37 +0000)
ec-fonts-mftraced to running requirements.

ChangeLog
Documentation/topdocs/INSTALL.texi

index f87d8c9a6a27f2844e54090ccd4672d80a57e044..0e8ce2a87733a4695c526335264b1364d291de8f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/topdocs/INSTALL.texi (Top): Add guile, python and
+       ec-fonts-mftraced to running requirements.
+
 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
        * lily/my-lily-lexer.cc (My_lily_lexer): copy scopes so temporary
index 7c34d3c6a3bc14f5a0c8776ff4057adc5e7141bd..9257dd8fecf818492fb58c799b9786078b8c34eb 100644 (file)
@@ -4,6 +4,8 @@
 @setfilename INSTALL.info
 @settitle INSTALL - compiling and installing GNU LilyPond
 
+@comment  FIXME -- this information is getting rather stale
+
 @contents
 
 @chapter Compiling and installing on Unix
@@ -18,7 +20,7 @@
 Even numbered versions are `stable' (2.0, 1.8 etc), while odd version
 are development releases (2.1, 1.9, etc).  Building LilyPond is an
 involved process, so if possible, download a precompiled binary from
-@uref{http://www.lilypond.org/,the lilypond site}.
+@uref{http://lilypond.org/,the lilypond site}.
 
 
 @subsection Source code
@@ -26,7 +28,7 @@ involved process, so if possible, download a precompiled binary from
 Download source tarballs from here:
 @itemize @bullet
 @item Download development releases from
-@uref{http://www.lilypond.org/download/} by HTTP.
+@uref{http://lilypond.org/download/} by HTTP.
 @item @uref{ftp://sca.uwaterloo.ca/pub/} by FTP (Canadian mirror).
 @end itemize
 
@@ -119,6 +121,9 @@ GNU LilyPond does use a lot of resources. For operation you need the
 following software:
 
 @itemize @bullet
+@item @uref{http://lilypond.org/download/fonts,ec-fonts-mftraced}
+@item @uref{http://www.gnu.org/software/guile/guile.html,GUILE} (version 1.6.0 or newer).
+@item @uref{http://www.python.org,Python} (version 2.1 or newer).
 @item @TeX{}.
 @item Xdvi and Ghostscript.
 @item @uref{http://www.gnu.org/software/guile/guile.html,GUILE} 1.6.0, or newer.
@@ -132,16 +137,17 @@ files. After compiling, scripts to do this can be found in
 @subsection Building documentation
 
 You can view the documentation online at
-@uref{http://www.lilypond.org/doc/}, but you can also build it
+@uref{http://lilypond.org/doc/}, but you can also build it
 locally. This process requires a successful compile of lilypond. The
 documentation is built by issuing:
 @example 
        make web
 @end example 
 
-Building the website requires some additional tools
+Building the website requires some additional tools and packages:
 
 @itemize @bullet
+@item @uref{http://lilypond.org/download/fonts,ec-fonts-mftraced}
 @item The @uref{http://netpbm.sourceforge.net/,netpbm utilities} 
 @item ImageMagick
 @end itemize