|
configure的参数可通过--help来查看:
root@ubuntu:/usr/local/src/fuse-2.8.4# ./configure --help
…
Configuration:
-h, --helpdisplay
this help and exit
--help=shortdisplay
options specific to this package
--help=recursivedisplay
the short help of all the included packages
-V, --versiondisplay
version information and exit
…
Installation directories:/*指定软件安装路径*/
--prefix=PREFIXinstall
architecture-independent files in PREFIX
[/usr/local]
--exec-prefix=EPREFIXinstall
architecture-dependent files in EPREFIX
[PREFIX]
By default, `make install' will install all the files in
`/usr/local/bin', `/usr/local/lib' etc.You can specify
an installation prefix other than `/usr/local' using `--prefix',
for instance `--prefix=$HOME'.
…
Program names:
--program-prefix=PREFIXprepend
PREFIX to installed program names
--program-suffix=SUFFIXappend
SUFFIX to installed program names
--program-transform-name=PROGRAMrun
sed PROGRAM on installed program names
System types:
--build=BUILDconfigure
for building on BUILD [guessed]
--host=HOSTcross-compile
to build programs to run on HOST [BUILD]
--target=TARGETconfigure
for building compilers for TARGET [HOST]
Optional Features:
--disable-option-checkingignore
unrecognized --enable/--with options
--disable-FEATUREdo
not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG]include
FEATURE [ARG=yes]
--enable-shared[=PKGS]build
shared libraries [default=yes]
…
Optional Packages:
--with-PACKAGE[=ARG]use
PACKAGE [ARG=yes]
--without-PACKAGEdo
not use PACKAGE (same as --with-PACKAGE=no)
…
Some influential environment variables:
CCC
compiler command
CFLAGSC
compiler flags
…
|