Advertisement
Guest User

geany plugin configure help

a guest
Jul 13th, 2016
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.89 KB | None | 0 0
  1. `configure' configures geany-plugins 1.28 to adapt to many kinds of systems.
  2.  
  3. Usage: ./configure [OPTION]... [VAR=VALUE]...
  4.  
  5. To assign environment variables (e.g., CC, CFLAGS...), specify them as
  6. VAR=VALUE. See below for descriptions of some of the useful variables.
  7.  
  8. Defaults for the options are specified in brackets.
  9.  
  10. Configuration:
  11. -h, --help display this help and exit
  12. --help=short display options specific to this package
  13. --help=recursive display the short help of all the included packages
  14. -V, --version display version information and exit
  15. -q, --quiet, --silent do not print `checking ...' messages
  16. --cache-file=FILE cache test results in FILE [disabled]
  17. -C, --config-cache alias for `--cache-file=config.cache'
  18. -n, --no-create do not create output files
  19. --srcdir=DIR find the sources in DIR [configure dir or `..']
  20.  
  21. Installation directories:
  22. --prefix=PREFIX install architecture-independent files in PREFIX
  23. [/usr/local]
  24. --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
  25. [PREFIX]
  26.  
  27. By default, `make install' will install all the files in
  28. `/usr/local/bin', `/usr/local/lib' etc. You can specify
  29. an installation prefix other than `/usr/local' using `--prefix',
  30. for instance `--prefix=$HOME'.
  31.  
  32. For better control, use the options below.
  33.  
  34. Fine tuning of the installation directories:
  35. --bindir=DIR user executables [EPREFIX/bin]
  36. --sbindir=DIR system admin executables [EPREFIX/sbin]
  37. --libexecdir=DIR program executables [EPREFIX/libexec]
  38. --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
  39. --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
  40. --localstatedir=DIR modifiable single-machine data [PREFIX/var]
  41. --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
  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/geany-plugins]
  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.  
  65. Optional Features:
  66. --disable-option-checking ignore unrecognized --enable/--with options
  67. --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
  68. --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
  69. --enable-silent-rules less verbose build output (undo: "make V=1")
  70. --disable-silent-rules verbose build output (undo: "make V=0")
  71. --enable-dependency-tracking
  72. do not reject slow dependency extractors
  73. --disable-dependency-tracking
  74. speeds up one-time build
  75. --enable-static[=PKGS] build static libraries [default=no]
  76. --enable-shared[=PKGS] build shared libraries [default=yes]
  77. --enable-fast-install[=PKGS]
  78. optimize for fast installation [default=yes]
  79. --disable-libtool-lock avoid locking (might break parallel builds)
  80. --disable-nls do not use Native Language Support
  81. --enable-cppcheck use cppcheck to check the source code [default=auto]
  82. --disable-extra-c-warnings
  83. Disable extra C Compiler warnings
  84. --disable-extra-ld-flags
  85. Disable extra linker flags
  86. --disable-all-plugins Disable all plugins
  87. --disable-addons Do not build the Addons plugin
  88. --disable-autoclose Do not build the Autoclose plugin
  89. --disable-automark Do not build the Automark plugin
  90. --disable-codenav Do not build the CodeNav plugin
  91. --disable-commander Do not build the Commander plugin
  92. --disable-debugger Do not build the Debugger plugin
  93. --disable-defineformat Do not build the Defineformat plugin
  94. --disable-devhelp Do not build the devhelp plugin
  95. --disable-geanyctags Do not build the GeanyCtags plugin
  96. --disable-geanydoc Do not build the GeanyDoc plugin
  97. --disable-geanyextrasel Do not build the GeanyExtraSel plugin
  98. --disable-geanygendoc Do not build the GeanyGenDoc plugin
  99. --disable-geanyinsertnum
  100. Do not build the GeanyInsertNum plugin
  101. --disable-geanylatex Do not build the GeanyLaTeX plugin
  102. --disable-geanylipsum Do not build the GeanyLipsum plugin
  103. --disable-geanylua Do not build the GeanyLua plugin
  104. --disable-geanymacro Do not build the GeanyMacro plugin
  105. --disable-geanyminiscript
  106. Do not build the GeanyMiniScript plugin
  107. --disable-geanynumberedbookmarks
  108. Do not build the GeanyNumberedBookmarks plugin
  109. --disable-geanyprj Do not build the GeanyPrj plugin
  110. --disable-geanypy Do not build the Geanypy plugin
  111. --disable-geanyvc Do not build the GeanyVC plugin
  112. --enable-gtkspell=ARG Enable GtkSpell support in GeanyVC. [[default=auto]]
  113. --disable-geanypg Do not build the geanypg plugin
  114. --disable-largefile omit support for large files
  115. --disable-geniuspaste Do not build the GeniusPaste plugin
  116. --disable-gitchangebar Do not build the GitChangeBar plugin
  117. --disable-lineoperations
  118. Do not build the LineOperations plugin
  119. --disable-markdown Do not build the markdown plugin
  120. --enable-peg-markdown Whether to use Peg-Markdown library [[default=auto]]
  121. --disable-multiterm Do not build the multiterm plugin
  122. --disable-overview Do not build the overview plugin
  123. --disable-pairtaghighlighter
  124. Do not build the PairTagHighlighter plugin
  125. --disable-pohelper Do not build the PoHelper plugin
  126. --disable-pretty_printer
  127. Do not build the pretty-printer plugin
  128. --disable-projectorganizer
  129. Do not build the ProjectOrganizer plugin
  130. --disable-scope Do not build the Scope plugin
  131. --disable-sendmail Do not build the Sendmail plugin
  132. --disable-shiftcolumn Do not build the ShiftColumn plugin
  133. --disable-spellcheck Do not build the spellcheck plugin
  134. --disable-treebrowser Do not build the Treebrowser plugin
  135. --disable-tableconvert Do not build the Tableconvert plugin
  136. --disable-updatechecker Do not build the Updatechecker plugin
  137. --disable-webhelper Do not build the WebHelper plugin
  138. --disable-xmlsnippets Do not build the XMLSnippets plugin
  139.  
  140. Optional Packages:
  141. --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
  142. --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
  143. --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use
  144. both]
  145. --with-aix-soname=aix|svr4|both
  146. shared library versioning (aka "SONAME") variant to
  147. provide on AIX, [default=aix].
  148. --with-gnu-ld assume the C compiler uses GNU ld [default=no]
  149. --with-sysroot[=DIR] Search for dependent libraries within DIR (or the
  150. compiler's sysroot if not specified).
  151. --with-geany-libdir=PATH
  152. Set Geany's installation libdir [[default=auto]]
  153. --with-lua-pkg=ARG name of Lua pkg-config script [[default=lua5.1]]
  154. --with-gpgme-prefix=PFX prefix where GPGME is installed (optional)
  155.  
  156. Some influential environment variables:
  157. CC C compiler command
  158. CFLAGS C compiler flags
  159. LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
  160. nonstandard directory <lib dir>
  161. LIBS libraries to pass to the linker, e.g. -l<library>
  162. CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
  163. you have headers in a nonstandard directory <include dir>
  164. LT_SYS_LIBRARY_PATH
  165. User-defined run-time library search path.
  166. CPP C preprocessor
  167. PKG_CONFIG path to pkg-config utility
  168. PKG_CONFIG_PATH
  169. directories to add to pkg-config's search path
  170. PKG_CONFIG_LIBDIR
  171. path overriding pkg-config's built-in search path
  172. GEANY_CFLAGS
  173. C compiler flags for GEANY, overriding pkg-config
  174. GEANY_LIBS linker flags for GEANY, overriding pkg-config
  175. CHECK_CFLAGS
  176. C compiler flags for CHECK, overriding pkg-config
  177. CHECK_LIBS linker flags for CHECK, overriding pkg-config
  178. AUTOCLOSE_CFLAGS
  179. C compiler flags for AUTOCLOSE, overriding pkg-config
  180. AUTOCLOSE_LIBS
  181. linker flags for AUTOCLOSE, overriding pkg-config
  182. AUTOMARK_CFLAGS
  183. C compiler flags for AUTOMARK, overriding pkg-config
  184. AUTOMARK_LIBS
  185. linker flags for AUTOMARK, overriding pkg-config
  186. COMMANDER_CFLAGS
  187. C compiler flags for COMMANDER, overriding pkg-config
  188. COMMANDER_LIBS
  189. linker flags for COMMANDER, overriding pkg-config
  190. VTE_CFLAGS C compiler flags for VTE, overriding pkg-config
  191. VTE_LIBS linker flags for VTE, overriding pkg-config
  192. DEFINEFORMAT_CFLAGS
  193. C compiler flags for DEFINEFORMAT, overriding pkg-config
  194. DEFINEFORMAT_LIBS
  195. linker flags for DEFINEFORMAT, overriding pkg-config
  196. DEVHELP_CFLAGS
  197. C compiler flags for DEVHELP, overriding pkg-config
  198. DEVHELP_LIBS
  199. linker flags for DEVHELP, overriding pkg-config
  200. GEANYGENDOC_CFLAGS
  201. C compiler flags for GEANYGENDOC, overriding pkg-config
  202. GEANYGENDOC_LIBS
  203. linker flags for GEANYGENDOC, overriding pkg-config
  204. LUA_CFLAGS C compiler flags for LUA, overriding pkg-config
  205. LUA_LIBS linker flags for LUA, overriding pkg-config
  206. GMODULE_CFLAGS
  207. C compiler flags for GMODULE, overriding pkg-config
  208. GMODULE_LIBS
  209. linker flags for GMODULE, overriding pkg-config
  210. PYGTK_CFLAGS
  211. C compiler flags for PYGTK, overriding pkg-config
  212. PYGTK_LIBS linker flags for PYGTK, overriding pkg-config
  213. PYTHON_VERSION
  214. The installed Python version to use, for example '2.3'. This
  215. string will be appended to the Python interpreter canonical
  216. name.
  217. GTKSPELL_CFLAGS
  218. C compiler flags for GTKSPELL, overriding pkg-config
  219. GTKSPELL_LIBS
  220. linker flags for GTKSPELL, overriding pkg-config
  221. GENIUSPASTE_CFLAGS
  222. C compiler flags for GENIUSPASTE, overriding pkg-config
  223. GENIUSPASTE_LIBS
  224. linker flags for GENIUSPASTE, overriding pkg-config
  225. GITCHANGEBAR_CFLAGS
  226. C compiler flags for GITCHANGEBAR, overriding pkg-config
  227. GITCHANGEBAR_LIBS
  228. linker flags for GITCHANGEBAR, overriding pkg-config
  229. MARKDOWN_CFLAGS
  230. C compiler flags for MARKDOWN, overriding pkg-config
  231. MARKDOWN_LIBS
  232. linker flags for MARKDOWN, overriding pkg-config
  233. MULTITERM_CFLAGS
  234. C compiler flags for MULTITERM, overriding pkg-config
  235. MULTITERM_LIBS
  236. linker flags for MULTITERM, overriding pkg-config
  237. GLIB_CFLAGS C compiler flags for GLIB, overriding pkg-config
  238. GLIB_LIBS linker flags for GLIB, overriding pkg-config
  239. LIBXML_CFLAGS
  240. C compiler flags for LIBXML, overriding pkg-config
  241. LIBXML_LIBS linker flags for LIBXML, overriding pkg-config
  242. ENCHANT_CFLAGS
  243. C compiler flags for ENCHANT, overriding pkg-config
  244. ENCHANT_LIBS
  245. linker flags for ENCHANT, overriding pkg-config
  246. GIO_CFLAGS C compiler flags for GIO, overriding pkg-config
  247. GIO_LIBS linker flags for GIO, overriding pkg-config
  248. UPDATECHECKER_CFLAGS
  249. C compiler flags for UPDATECHECKER, overriding pkg-config
  250. UPDATECHECKER_LIBS
  251. linker flags for UPDATECHECKER, overriding pkg-config
  252. WEBHELPER_CFLAGS
  253. C compiler flags for WEBHELPER, overriding pkg-config
  254. WEBHELPER_LIBS
  255. linker flags for WEBHELPER, overriding pkg-config
  256.  
  257. Use these variables to override the choices made by `configure' or to help
  258. it to find libraries and programs with nonstandard names/locations.
  259.  
  260. Report bugs to the package provider.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement