Advertisement
TheNH813

OXine configure options.

May 14th, 2016
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.98 KB | None | 0 0
  1. # ./configure --help
  2. `configure' configures oxine 0.7.1 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.               [/usr/local]
  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. `/usr/local/bin', `/usr/local/lib' etc.  You can specify
  30. an installation prefix other than `/usr/local' 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/oxine]
  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. X features:
  62.   --x-includes=DIR    X include files are in DIR
  63.   --x-libraries=DIR   X library files are in DIR
  64.  
  65. System types:
  66.   --build=BUILD     configure for building on BUILD [guessed]
  67.   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
  68.  
  69. Optional Features:
  70.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  71.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  72.   --enable-maintainer-mode  enable make rules and dependencies not useful
  73.               (and sometimes confusing) to the casual installer
  74.   --disable-dependency-tracking  speeds up one-time build
  75.   --enable-dependency-tracking   do not reject slow dependency extractors
  76.   --disable-nls           do not use Native Language Support
  77.   --disable-rpath         do not hardcode runtime library paths
  78.   --disable-hal           do not activate HAL support
  79.   --disable-extractor     do not activate ripping support
  80.   --disable-exif          do not activate EXIF support
  81.   --disable-curltest      do not try to compile and run a test CURL program
  82.   --disable-gdkpixbuf     do not activate gdk-pixbuf support
  83.   --disable-lirc          do not activate LIRC support
  84.   --disable-joystick      do not activate joystick support
  85.   --disable-weather       do not activate weather support
  86.   --disable-shoutcast     do not activate SHOUTcast support
  87.   --disable-youtube       do not activate YouTube support
  88.   --disable-tvlinks       do not activate TV Links support
  89.   --enable-vdr            enable support for Video Disc Recorder (VDR)
  90.   --enable-aex            enable support for Apple Airport Express (AEX)
  91.   --enable-debug          enable support for debugging
  92.   --enable-background-rebuilding
  93.                           enable support for rebuilding the background images
  94.  
  95. Optional Packages:
  96.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  97.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  98.   --with-x                use the X Window System
  99.   --with-gnu-ld           assume the C compiler uses GNU ld default=no
  100.   --with-libiconv-prefix[=DIR]  search for libiconv in DIR/include and DIR/lib
  101.   --without-libiconv-prefix     don't search for libiconv in includedir and libdir
  102.  --with-libintl-prefix[=DIR]  search for libintl in DIR/include and DIR/lib
  103.  --without-libintl-prefix     don't search for libintl in includedir and libdir
  104.   --without-curl          Turn off CURL support.
  105.   --with-curl-prefix=PFX  prefix where CURL is installed (optional)
  106.   --with-curl-exec-prefix=PFX
  107.                           exec prefix where CURL is installed (optional)
  108.   --without-imagemagick   Turn off ImageMagick support.
  109.   --without-jsw           Turn off libjsw support.
  110.  
  111. Some influential environment variables:
  112.   CC          C compiler command
  113.   CFLAGS      C compiler flags
  114.   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
  115.               nonstandard directory <lib dir>
  116.   LIBS        libraries to pass to the linker, e.g. -l<library>
  117.   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
  118.               you have headers in a nonstandard directory <include dir>
  119.   CPP         C preprocessor
  120.   XMKMF       Path to xmkmf, Makefile generator for X Window System
  121.   PKG_CONFIG  path to pkg-config utility
  122.   XINE_CFLAGS C compiler flags for XINE, overriding pkg-config
  123.   XINE_LIBS   linker flags for XINE, overriding pkg-config
  124.   HAL_CFLAGS  C compiler flags for HAL, overriding pkg-config
  125.   HAL_LIBS    linker flags for HAL, overriding pkg-config
  126.   EXIF_CFLAGS C compiler flags for EXIF, overriding pkg-config
  127.   EXIF_LIBS   linker flags for EXIF, overriding pkg-config
  128.   GDK_PIXBUF_CFLAGS
  129.               C compiler flags for GDK_PIXBUF, overriding pkg-config
  130.   GDK_PIXBUF_LIBS
  131.               linker flags for GDK_PIXBUF, overriding pkg-config
  132.   AVAHI_CFLAGS
  133.               C compiler flags for AVAHI, overriding pkg-config
  134.   AVAHI_LIBS  linker flags for AVAHI, overriding pkg-config
  135.  
  136. Use these variables to override the choices made by `configure' or to help
  137. it to find libraries and programs with nonstandard names/locations.
  138.  
  139. Report bugs to <mschwerin@users.sf.net>.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement