From: fred Date: Sun, 24 Mar 2002 20:07:06 +0000 (+0000) Subject: lilypond-0.1.50 X-Git-Tag: release/1.5.59~3361 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3c7524ac6a4360ad0036106fae1a05e2878f409a;p=lilypond.git lilypond-0.1.50 --- diff --git a/Documentation/INSTALL.pod b/Documentation/INSTALL.pod index 4faa314e9e..7f032b20ea 100644 --- a/Documentation/INSTALL.pod +++ b/Documentation/INSTALL.pod @@ -34,17 +34,6 @@ work in Windows NT/95, but we don't promise to support it. GNU C++ version 2.7 or newer (yes, 2.8 is fine). -=item * - -GNU make. - -=item * - -Flex (version 2.5.1 or newer). - -=item * - -Bison (version 1.25 or newer). =back @@ -67,7 +56,6 @@ Ghostscript installed. =back - =head1 RECOMMENDED Although not strictly necessary, these are recommended to have. @@ -76,6 +64,17 @@ Although not strictly necessary, these are recommended to have. =item * +GNU make. + +=item * + +Flex (version 2.5.1 or newer). + +=item * + +Bison (version 1.25 or newer). +=item * + Perl-5. Most documentation was created with the perl's Plain Old Documentation. (I use 5.003) @@ -176,10 +175,6 @@ Set then directory TeX input is in (detected as a subdir of tex-prefix) Set the directory mf input is in (idem) -=item B<--enable-out-dir> - -Set the directory for machine generated output. - =back All options are documented in the F help @@ -193,35 +188,6 @@ everything will be compiled, but nothing will be installed. The resulting binaries can be found in the subdirectories F (which contain all files generated during compilation). -=head2 Building for multiple hosts - -LilyPond does not follow the GNU standards when it comes to -configuring and making Makefiles. In LilyPond, F generates -I output in output directories (called F, by default). You -can have multiple compiles from the same source-tree, by overriding -the setting for the output directory. - -Example: on my system, I do debugging and lots compiling. For this I -use the configuration as follows: - - configure --prefix=~ --enable-debugging --enable-printing --enable-checking - make all - -and I want to do profiling. For that I use - - configure --prefix=~ --enable-debugging --disable-printing\ - --disable-checking --enable-profiling --enable-optimise\ - --enable-out-dir=out-profile - - make OUTDIR_NAME=out-profile all - -These two commands build two entirely separate versions of -LilyPond. In Real Life, you would probably also want to have two -different prefixes. On my machine this is no problem; I never do -C. My prefix dirs are linked back to my source -directory. - - =head1 INSTALLING If you have done a successful C, then a simple