]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add more info about compiling docs.
authorGraham Percival <graham@percival-music.ca>
Wed, 3 Oct 2007 23:59:51 +0000 (16:59 -0700)
committerJohn Mandereau <john.mandereau@gmail.com>
Fri, 2 Nov 2007 08:48:22 +0000 (09:48 +0100)
Documentation/user/install.itely

index ef7e4ffaa28c41a62d1a9f1e463807b3409ec997..0e62f977f68b6d4e182ceacd5449b982580c2434 100644 (file)
@@ -279,6 +279,23 @@ unstable Lily will fail to build the docs.
 You may build the manual ( Documentation/user/ ) without building all
 the input/* stuff.
 
+@refbugs
+
+You may also need to create a script for @command{pngtopnm} and
+@code{pnmtopng}.  On Linux, I use this:
+
+@verbatim
+export LD_LIBRARY_PATH=/usr/lib
+exec /usr/bin/pngtopnm "$@"
+@end verbatim
+
+On OSX, I use this:
+
+@verbatim
+export DYLD_LIBRARY_PATH=/sw/lib
+exec /sw/bin/pngtopnm "$@" 
+@end verbatim
+
 
 @node Testing LilyPond
 @subsection Testing LilyPond