comparison doc/interpreter/install.txi @ 8791:d943e26d30e2

Add documentation for configure options "--without-framework-carbon" and "--without-framework-opengl".
author Thomas Treichl <Thomas.Treichl@gmx.net>
date Wed, 18 Feb 2009 00:47:48 -0500
parents 00df69d7e698
children eb63fbe60fab
comparison
equal deleted inserted replaced
8790:a013ff655ca4 8791:d943e26d30e2
147 operations.) Only use this option if your system has BLAS/LAPACK 147 operations.) Only use this option if your system has BLAS/LAPACK
148 libraries that cause problems for some reason. You can also use 148 libraries that cause problems for some reason. You can also use
149 @code{--with-blas=lib} to specify a particular BLAS library 149 @code{--with-blas=lib} to specify a particular BLAS library
150 @code{-llib} that configure doesn't check for automatically. 150 @code{-llib} that configure doesn't check for automatically.
151 151
152 @item --without-framework-carbon
153 Don't use framework Carbon headers, libraries and specific source code
154 for compilation even if the configure test succeeds (the default value
155 is @code{--with-framework-carbon}). This is a platform specific configure
156 option for Mac systems.
157
158 @item --without-framework-opengl
159 Don't use framework OpenGL headers, libraries and specific source code
160 for compilation even if the configure test succeeds. If this option is
161 given then OpenGL headers and libraries in standard system locations are
162 tested (the default value is @code{--with-framework-opengl}). This is a
163 platform specific configure option for Mac systems.
164
152 @item --help 165 @item --help
153 Print a summary of the options recognized by the configure script. 166 Print a summary of the options recognized by the configure script.
154 @end table 167 @end table
155 168
156 See the file @file{INSTALL} for more information about the command line 169 See the file @file{INSTALL} for more information about the command line