X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fuser%2Finstall.itely;h=59e99e0481b5997ebe2b77fd5b7174712266b5ff;hb=9c3ecc7d6e596e8151a58ce7ed0dd9e1b0802d1e;hp=768f009f12f6d76e10c8e74f534564193e36d45a;hpb=452061ad2abca6da1d99413777be32891c2db3e1;p=lilypond.git diff --git a/Documentation/user/install.itely b/Documentation/user/install.itely index 768f009f12..59e99e0481 100644 --- a/Documentation/user/install.itely +++ b/Documentation/user/install.itely @@ -7,7 +7,7 @@ version that you are working on. See TRANSLATION for details. @end ignore -@c \version "2.11.61" +@c \version "2.12.0" @ifclear INSTALL @node Install @@ -161,7 +161,8 @@ newer. 4.x is strongly recommended). @item @uref{ftp://ftp.gnu.org/gnu/make/,GNU Make} (version 3.78 or newer). -@item @uref{http://www.gnu.org/software/gettext/gettext.html,gettext}. +@item @uref{http://www.gnu.org/software/gettext/gettext.html,gettext} +(version 0.17 or newer). @item @uref{http://www.gnu.org/software/flex/,Flex}. @@ -182,14 +183,14 @@ Running LilyPond requires proper installation of the following software @itemize @item @uref{http://www.freetype.org/,Freetype} (version 2.1.10 or newer). -@item @uref{http://www.freetype.org/,FontConfig} (version 2.2). +@item @uref{http://fontconfig.org/,FontConfig} (version 2.2 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.8.2 or newer), or patch 1.8.1 with @uref{http://lilypond.org/vc/gub.darcs/patches/guile-1.8-rational.patch}. @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) +newer. 8.60 recommended) @item Dejaview. (This is normally installed by default) @end itemize @@ -209,12 +210,10 @@ additional tools and packages: @item ImageMagick @item International fonts (see input/regression/utf-8.ly for hints about which font packages are necessary for your platform) -@item Ghostscript, 8.50 with the patch from +@item Ghostscript 8.60 or newer, or 8.50 with the patch from @uref{http://bugs.ghostscript.com/show_bug.cgi?id=688154} and the patch from -@uref{http://bugs.ghostscript.com/show_bug.cgi?id=688017}, or use -a release of Ghostscript which includes these patches, for example -8.60 or newer. +@uref{http://bugs.ghostscript.com/show_bug.cgi?id=688017}. @item @uref{http://www.nongnu.org/texi2html/,Texi2HTML} 1.79 or newer is strongly recommended to build documentation in HTML; support for building HTML documentation using @command{makeinfo} from GNU Texinfo @@ -478,11 +477,11 @@ CVS; especially the following patch: For checking the coverage of the test suite, do the following @example -./buildscripts/build-coverage.sh +./scripts/auxiliar/build-coverage.sh @emph{# uncovered files, least covered first} -python ./buildscripts/coverage.py --summary out-cov/*.cc +./scripts/auxiliar/coverage.py --summary out-cov/*.cc @emph{# consecutive uncovered lines, longest first} -python ./buildscripts/coverage.py --uncovered out-cov/*.cc +./scripts/auxiliar/coverage.py --uncovered out-cov/*.cc @end example