From 05e241b58c2cddccb5c0f2e4815b0c2b020fa382 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 27 Mar 2002 01:04:21 +0000 Subject: [PATCH] lilypond-1.4.3 --- Documentation/windows/installing.texi | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/Documentation/windows/installing.texi b/Documentation/windows/installing.texi index 2bd8bcf504..9f2fa8bf9b 100644 --- a/Documentation/windows/installing.texi +++ b/Documentation/windows/installing.texi @@ -29,7 +29,8 @@ Download and run to install LilyPond. This will install the minimal set of cygwin tools needed to run -LilyPond. +LilyPond. Make sure to install in the default place, @file{c:/cygwin}, +and install everything. As of version 1.3.150, you also have the option to install MiKTeX, Python and GSView from this installer, which is recommended. If you @@ -49,11 +50,16 @@ Cygwin @uref{http://sources.redhat.com/cygwin/mirrors.html,mirror site}. If you're lucky, after running @file{setup.exe} you're all set up. Open a LilyPond shell (or any bash shell), and type + +@quotation @example lilypond --help @end example +@end quotation If you don't see something similar to + +@quotation @example Usage: lilypond [OPTION]... [FILE]... @@ -67,16 +73,25 @@ Options: -h,--help this help [..] @end example +@end quotation you should try adding @file{/usr/lilypond-x.y.z/bin} to your @var{PATH}, do: + +@quotation @example -PATH=/usr/lilypond-1.3.147/bin:$PATH +PATH=/usr/lilypond-1.4.2/bin:$PATH @end example +@end quotation and try again. +@subsection Trouble + +For problems and solutions see +@uref{Troubleshooting Windows,http://lilypond.org/TroubleshootingWindows}. + @subsection Additional software @@ -139,14 +154,9 @@ We have not tried using newer versions than 1.5.2. * emacs-mode installation, figure out and describe proper emacs-on-cygwin setup. -* talk about /etc/profile.d/lilypond-profile.sh - -* GUILE errors, simple guile test - -* (La)TEX errors, simple tex test +] -] @ignore guile -v -- 2.39.2