]> git.donarmstrong.com Git - lilypond.git/blobdiff - INSTALL.txt
release: 1.5.48
[lilypond.git] / INSTALL.txt
index ff40bb05c6ca5e38bc47ccf49594982cefd48b2e..90ed864e96b1e554e4ed171b355b81ffe1791a24 100644 (file)
@@ -28,7 +28,6 @@ INSTALL - compiling and installing GNU LilyPond
     MacOS X
   Problems
     FLex-2.5.4a and gcc-3.0
-    Python-2.1[.1]
     Linux-2.4.0, Guile-1.4 -with-threads
     NetBSD
     Solaris:
@@ -177,9 +176,10 @@ Compilation
 
           ./configure --without-kpathsea --enable-tfm-path=/usr/share/texmf/fonts/tfm/public/cm/:/usr/share/texmf/fonts/tfm/ams/symbols
 
-   * pktrace, [OPTIONAL], needed for generating PostScript Type1 fonts.
-     Get it from  `http://www.cs.uu.nl/~hanwen/pktrace/'.  You will
-     need to install some additional packages to get pktrace to work.
+   * pktrace 1.0 or newer, [OPTIONAL], needed for generating PostScript
+     Type1 fonts. Get it from  `http://www.cs.uu.nl/~hanwen/pktrace/'.
+     You will need to install some additional packages to get pktrace
+     to work.
 
 
 Running requirements
@@ -508,15 +508,18 @@ installed, run as root:
 
              fink install tetex
 
+   For more information about `apt-get' and `fink', see
+fink.sourceforge.net (http://fink.sf.net).
+
    Then, configure, patch, make and install LilyPond using these
 commands:
 
              CC="cc -I/sw/include" CXX="c++ -I/sw/include" LDFLAGS="-L/sw/lib" \
                  ./configure --prefix=/sw
-             make -C lily out/parser.hh out/parser.cc
+             make -C lily out/parser.hh out/parser.cc out/config.h
              patch -p0 < darwin.patch
              make -C lily out/parser.o
-             make all
+             make DEPENDENCIES_OUTPUT=/dev/null all
              make install
 
    For installing, you must be root, of course.
@@ -543,12 +546,6 @@ LilyPond with gcc-3.0 you may do:
 
    Note that this is fixed in Debian/unstable for flex >= 2.5.4a-13.
 
-Python-2.1[.1]
---------------
-
-   Regular expressions are broken in Python 2.1.[.1], either upgrade or
-downgrade python.
-
 Linux-2.4.0, Guile-1.4 -with-threads
 ------------------------------------