]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.50
authorfred <fred>
Sun, 24 Mar 2002 20:07:06 +0000 (20:07 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:07:06 +0000 (20:07 +0000)
Documentation/INSTALL.pod

index 4faa314e9e494fc245985820f77abbf65251538a..7f032b20eaf31110f62642ecd6ddff233178536b 100644 (file)
@@ -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<configure> help
@@ -193,35 +188,6 @@ everything will be compiled, but nothing will be installed.  The
 resulting binaries can be found in the subdirectories F<out/> (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<make> generates
-I<all> output in output directories (called F<out/>, 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<make install>. My prefix dirs are linked back to my source
-directory.
-
-
 =head1 INSTALLING
 
 If you have done a successful C<make>, then a simple