Advertisement
Guest User

Untitled

a guest
Oct 11th, 2012
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.46 KB | None | 0 0
  1. pi@raspbmc:~/opdenkamp-xbmc-pvr-addons-388254a$ ./configure --help
  2. `configure' configures xbmc-pvr-addons 1:0:0 to adapt to many kinds of systems.
  3.  
  4. Usage: ./configure [OPTION]... [VAR=VALUE]...
  5.  
  6. To assign environment variables (e.g., CC, CFLAGS...), specify them as
  7. VAR=VALUE.  See below for descriptions of some of the useful variables.
  8.  
  9. Defaults for the options are specified in brackets.
  10.  
  11. Configuration:
  12.  -h, --help              display this help and exit
  13.      --help=short        display options specific to this package
  14.      --help=recursive    display the short help of all the included packages
  15.  -V, --version           display version information and exit
  16.  -q, --quiet, --silent   do not print `checking ...' messages
  17.       --cache-file=FILE   cache test results in FILE [disabled]
  18.   -C, --config-cache      alias for `--cache-file=config.cache'
  19.  -n, --no-create         do not create output files
  20.      --srcdir=DIR        find the sources in DIR [configure dir or `..']
  21.  
  22. Installation directories:
  23.   --prefix=PREFIX         install architecture-independent files in PREFIX
  24.                           []
  25.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  26.                           [PREFIX]
  27.  
  28. By default, `make install' will install all the files in
  29. `/bin', `/lib' etc.  You can specify
  30. an installation prefix other than `' using `--prefix',
  31. for instance `--prefix=$HOME'.
  32.  
  33. For better control, use the options below.
  34.  
  35. Fine tuning of the installation directories:
  36.   --bindir=DIR            user executables [EPREFIX/bin]
  37.   --sbindir=DIR           system admin executables [EPREFIX/sbin]
  38.   --libexecdir=DIR        program executables [EPREFIX/libexec]
  39.   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
  40.   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
  41.   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
  42.   --libdir=DIR            object code libraries [EPREFIX/lib]
  43.   --includedir=DIR        C header files [PREFIX/include]
  44.   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
  45.   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
  46.   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
  47.   --infodir=DIR           info documentation [DATAROOTDIR/info]
  48.   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
  49.   --mandir=DIR            man documentation [DATAROOTDIR/man]
  50.   --docdir=DIR            documentation root [DATAROOTDIR/doc/xbmc-pvr-addons]
  51.   --htmldir=DIR           html documentation [DOCDIR]
  52.   --dvidir=DIR            dvi documentation [DOCDIR]
  53.   --pdfdir=DIR            pdf documentation [DOCDIR]
  54.   --psdir=DIR             ps documentation [DOCDIR]
  55.  
  56. Program names:
  57.   --program-prefix=PREFIX            prepend PREFIX to installed program names
  58.   --program-suffix=SUFFIX            append SUFFIX to installed program names
  59.   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
  60.  
  61. System types:
  62.   --build=BUILD     configure for building on BUILD [guessed]
  63.   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
  64.   --target=TARGET   configure for building compilers for TARGET [HOST]
  65.  
  66. Optional Features:
  67.   --disable-option-checking  ignore unrecognized --enable/--with options
  68.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  69.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  70.   --enable-silent-rules          less verbose build output (undo: `make V=1')
  71.  --disable-silent-rules         verbose build output (undo: `make V=0')
  72.   --disable-dependency-tracking  speeds up one-time build
  73.   --enable-dependency-tracking   do not reject slow dependency extractors
  74.   --enable-shared[=PKGS]  build shared libraries [default=yes]
  75.   --enable-static[=PKGS]  build static libraries [default=yes]
  76.   --enable-fast-install[=PKGS]
  77.                           optimize for fast installation [default=yes]
  78.   --disable-libtool-lock  avoid locking (might break parallel builds)
  79.   --enable-release        build release binaries (default is no)
  80.   --enable-external-ffmpeg
  81.                           enable use of external ffmpeg libraries (default is
  82.                           no) 'Linux only'
  83.  
  84. Optional Packages:
  85.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  86.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  87.   --with-pic[=PKGS]       try to use only PIC/non-PIC objects [default=use
  88.                           both]
  89.   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
  90.   --with-sysroot=DIR Search for dependent libraries within DIR
  91.                         (or the compiler's sysroot if not specified).
  92.  
  93. Some influential environment variables:
  94.  CXX         C++ compiler command
  95.  CXXFLAGS    C++ compiler flags
  96.  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
  97.              nonstandard directory <lib dir>
  98.  LIBS        libraries to pass to the linker, e.g. -l<library>
  99.  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
  100.              you have headers in a nonstandard directory <include dir>
  101.  CC          C compiler command
  102.  CFLAGS      C compiler flags
  103.  CPP         C preprocessor
  104.  CXXCPP      C++ preprocessor
  105.  
  106. Use these variables to override the choices made by `configure' or to help
  107. it to find libraries and programs with nonstandard names/locations.
  108.  
  109. Report bugs to the package provider.
  110. pi@raspbmc:~/opdenkamp-xbmc-pvr-addons-388254a$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement