Advertisement
Guest User

Untitled

a guest
Oct 26th, 2011
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.73 KB | None | 0 0
  1. bash-3.2$ ./configure --help
  2. `configure' configures FreeCAD 0.12.<?xml version="1.0"?><info><entry kind="dir" path="." revision="5059"><url>http://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk</url><repository><root>http://free-cad.svn.sourceforge.net/svnroot/free-cad</root><uuid>e8eeb9e2-ec13-0410-a4a9-efa5cf37419d</uuid></repository><wc-info><schedule>normal</schedule><depth>infinity</depth></wc-info></entry></info> 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. [/Users/andy2/FreeCAD]
  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. `/Users/andy2/FreeCAD/bin', `/Users/andy2/FreeCAD/lib' etc. You can specify
  30. an installation prefix other than `/Users/andy2/FreeCAD' 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/FreeCAD]
  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-option-checking ignore unrecognized --enable/--with options
  71. --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
  72. --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
  73. --disable-dependency-tracking speeds up one-time build
  74. --enable-dependency-tracking do not reject slow dependency extractors
  75. --enable-shared[=PKGS] build shared libraries [default=yes]
  76. --enable-static[=PKGS] build static libraries [default=no]
  77. --enable-fast-install[=PKGS]
  78. optimize for fast installation [default=yes]
  79. --disable-libtool-lock avoid locking (might break parallel builds)
  80. --enable-no-dfsg-tarball
  81. Use local sources of PyCXX & zipios++ packages
  82. [[default=yes]]
  83. --enable-netgen use netgen default=no
  84. --enable-loginfo Enable log information (disabled by default)
  85. --enable-template Enable the build of the _TEMPLATE_ module (disabled
  86. by default)
  87. --enable-sandbox Enable the build of the Sandbox module (disabled by
  88. default)
  89. --enable-debug Enable debug information (enabled by default)
  90. --enable-warnings Enable compiler warnings (enabled by default)
  91.  
  92. Optional Packages:
  93. --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
  94. --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
  95. --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use
  96. both]
  97. --with-gnu-ld assume the C compiler uses GNU ld [default=no]
  98. --with-sysroot=DIR Search for dependent libraries within DIR
  99. (or the compiler's sysroot if not specified).
  100. --with-python-version=VER
  101. Choose the required Python version
  102. --with-python-include=DIR
  103. Path to the Python header files
  104. --with-python-lib=DIR Path to the Python library files
  105. --with-xercesc-include=DIR
  106. Path to the xerces-c header files
  107. --with-xercesc-lib=DIR Path to the xerces-c library files
  108. --with-eigen3-include=DIR
  109. Path to the eigen3 header files
  110. --with-boost-include=DIR
  111. Path to the boost header files
  112. --with-boost-lib=DIR Path to the boost library files
  113. --with-qt4-dir=DIR give prefix location of Qt4
  114. --with-qt4-include=DIR give include prefix of Qt4
  115. --with-qt4-lib=DIR give library path to Qt4
  116. --with-qt4-bin=DIR give path to Qt4 utilities (moc, uic, rcc)
  117. --with-qt4-framework give prefix path to the Qt4 framework on Mac OS X
  118. --with-x use the X Window System
  119. --with-coin enable use of Coin [[default=yes]]
  120. --with-coin=DIR give prefix location of Coin
  121. --without-soqt disable use of SoQt
  122. --with-soqt enable use of SoQt
  123. --with-soqt=DIR give prefix location of SoQt
  124. --with-occ-include=DIR Path to the OpenCascade header files
  125. --with-occ-lib=DIR Path to the OpenCascade library files
  126. --with-spnav-include=DIR
  127. Path to the spnav header files
  128.  
  129. Some influential environment variables:
  130. CXX C++ compiler command
  131. CXXFLAGS C++ compiler flags
  132. LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
  133. nonstandard directory <lib dir>
  134. LIBS libraries to pass to the linker, e.g. -l<library>
  135. CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
  136. you have headers in a nonstandard directory <include dir>
  137. CXXCPP C++ preprocessor
  138. CC C compiler command
  139. CFLAGS C compiler flags
  140. F77 Fortran 77 compiler command
  141. FFLAGS Fortran 77 compiler flags
  142. FC Fortran compiler command
  143. FCFLAGS Fortran compiler flags
  144. XMKMF Path to xmkmf, Makefile generator for X Window System
  145.  
  146. Use these variables to override the choices made by `configure' or to help
  147. it to find libraries and programs with nonstandard names/locations.
  148.  
  149. Report bugs to <wmayer@users.sourceforge.net>.
  150.  
  151.  
  152.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement