]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/INSTALL.texi
* VERSION (MY_PATCH_LEVEL): make 1.7.0
[lilypond.git] / Documentation / topdocs / INSTALL.texi
index 087116b392a14caf65f04cb082bb0adb398f11a6..e28586bdc0d1a71dd26b1466f05111f920b69bd7 100644 (file)
@@ -1,4 +1,5 @@
-@node 
+@node Top, , , (dir)
+@top
 @comment  node-name,  next,  previous,  up\input texinfo @c -*-texinfo-*-
 @setfilename INSTALL.info
 @settitle INSTALL - compiling and installing GNU LilyPond
@@ -7,9 +8,6 @@
 <!--- @@WEB-TITLE@@=Installation Instructions --->
 @end html
 
-@node Top, , , (dir)
-@top
-
 @contents
 
 @chapter INSTALL - compiling and installing GNU LilyPond
@@ -672,12 +670,13 @@ LilyPond with gcc-3.1.1 you may do:
 
 @example
         CONF=gcc-3.1 ./lexer-gcc-3.1.sh
-        CPPFLAGS=$(pwd)/lily/out-gcc-3.1 CC=gcc-3.1 CXX=g++-3.1 \
+        CPPFLAGS=-I$(pwd)/lily/out-gcc-3.1 CC=gcc-3.1 CXX=g++-3.1 \
             ./configure --enable-config=gcc-3.1
         CONF=gcc-3.1 ./lexer-gcc-3.1.sh
         make conf=gcc-3.1
 @end example
 
+This assumes that the GCC 3.1 binaries are called gcc-3.1 and g++-3.1.
 Note that this is @strong{not} fixed in Debian/unstable for flex <=
 2.5.4a-26.
 
@@ -693,6 +692,16 @@ Guile without threads (YMMV):
          guile-1.4$ ./configure --without-threads; make all install
 @end example
 
+@unnumberedsubsec OpenBSD
+
+@itemize @bullet
+@item By default, gcc on OpenBSD doesn't include
+@file{/usr/local/include} and @file{/usr/local/lib} in the system
+paths.  Depending upon where/how you installed kpathsea and other
+libraries, you may need to refer to the section ``Linking to
+kpathsea''.
+
+@end itemize
 
 @unnumberedsubsec NetBSD