Searched +full:- +full:- +full:enable +full:- +full:libraries (Results 1 – 25 of 1015) sorted by relevance
12345678910>>...41
/external/ImageMagick/ |
D | Install-unix.txt | 3 ImageMagick builds on a variety of Unix and Unix-like operating systems 21 (e.g. stdlib.h), and if any delegate libraries are available for ImageMagick 26 $magick> cd ImageMagick-7.0.7 36 Host system type: x86_64-unknown-linux-gnu 37 Build system type: x86_64-unknown-linux-gnu 40 ---------------------------------------------------------------------------- 41 Shared libraries --enable-shared=yes yes 42 Static libraries --enable-static=yes yes 43 Module support --with-modules=yes yes 44 GNU ld --with-gnu-ld=yes yes [all …]
|
D | Platforms.txt | 21 ./configure --enable-shared 25 ./configure --enable-shared --with-modules 42 #error directive: This header file requires the -LANG:std option 48 CC=cc CFLAGS="-O2 -OPT:Olimit=0" CXX=CC \ 49 CXXFLAGS="-LANG:std -Wl,-woff,84 -O2" CXXCPP="CC -LANG:std -E" \ 50 ./configure --with-modules --with-threads ... 54 -DEFAULT:abi=n32:isa=mips3 62 When '-rpath /somedir' is added to LDFLAGS in order to tell the 63 linker to apply a run-time linker path, configure fails. 74 gcc: unrecognized option `-rpath' [all …]
|
/external/pcre/dist2/doc/ |
D | pcre2build.3 | 3 PCRE2 - Perl-compatible regular expressions (revised API) 10 the library in Unix-like environments using the applications known as 22 .\" HTML <a href="NON-AUTOTOOLS-BUILD.txt"> 24 \fBNON-AUTOTOOLS-BUILD\fP. 31 file if you are building in a non-Unix-like environment. 34 .SH "PCRE2 BUILD-TIME OPTIONS" 41 same options can be selected in both Unix-like and non-Unix-like environments 47 .\" HTML <a href="NON-AUTOTOOLS-BUILD.txt"> 49 \fBNON-AUTOTOOLS-BUILD\fP. 56 ./configure --help [all …]
|
/external/mesa3d/docs/ |
D | autoconf.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 4 <meta http-equiv="content-type" content="text/html; charset=utf-8"> 44 --help</code>. If you are using a development snapshot and the configure 58 This will produce libGL.so and/or several other libraries depending on the 67 <dt><code>--prefix=PREFIX</code></dt> 73 <dt><code>--exec-prefix=EPREFIX</code></dt> 75 where architecture-dependent files will be installed. In Mesa, this is 76 only used to derive the directory for the libraries. The default is 80 <dt><code>--libdir=LIBDIR</code></dt> 82 where the GL libraries will be installed. The default is [all …]
|
/external/ImageMagick/www/ |
D | advanced-unix-installation.html | 8 <meta charset="utf-8" /> 9 …<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1,shrink-to-fit=no… 11 <meta name="application-name" content="ImageMagick" /> 13 <meta name="application-url" content="https://imagemagick.org" /> 20 <meta name="revisit-after" content="2 DAYS" /> 21 <meta name="resource-type" content="document" /> 22 <meta name="copyright" content="Copyright (c) 1999-2019 ImageMagick Studio LLC" /> 24 <meta name="magick-serial" content="P131-S030410-R485315270133-P82224-A6668-G1245-1" /> 25 <meta name="google-site-verification" content="_bMOCDpkx9ZAzBwb2kF3PRHbfUUdFj2uO8Jd1AXArz4" /> 26 <link href="advanced-unix-installation.html" rel="canonical" /> [all …]
|
/external/pcre/dist2/doc/html/ |
D | README.txt | 1 README file for PCRE2 (Perl-compatible regular expression library) 2 ------------------------------------------------------------------ 4 PCRE2 is a re-working of the original PCRE library to provide an entirely new 8 ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-xxx.tar.gz 9 ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-xxx.tar.bz2 10 ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-xxx.zip 13 original and new APIs) at pcre-dev@exim.org. You can access the archives and 16 https://lists.exim.org/mailman/listinfo/pcre-dev 24 Building PCRE2 on non-Unix-like systems 28 Shared libraries [all …]
|
D | pcre2build.html | 17 <li><a name="TOC2" href="#SEC2">PCRE2 BUILD-TIME OPTIONS</a> 18 <li><a name="TOC3" href="#SEC3">BUILDING 8-BIT, 16-BIT AND 32-BIT LIBRARIES</a> 19 <li><a name="TOC4" href="#SEC4">BUILDING SHARED AND STATIC LIBRARIES</a> 22 <li><a name="TOC7" href="#SEC7">JUST-IN-TIME COMPILER SUPPORT</a> 45 the library in Unix-like environments using the applications known as 54 <a href="NON-AUTOTOOLS-BUILD.txt"><b>NON-AUTOTOOLS-BUILD</b>.</a> 57 file if you are building in a non-Unix-like environment. 59 <br><a name="SEC2" href="#TOC1">PCRE2 BUILD-TIME OPTIONS</a><br> 65 same options can be selected in both Unix-like and non-Unix-like environments 72 <a href="NON-AUTOTOOLS-BUILD.txt"><b>NON-AUTOTOOLS-BUILD</b>.</a> [all …]
|
/external/pcre/dist2/ |
D | README | 1 README file for PCRE2 (Perl-compatible regular expression library) 2 ------------------------------------------------------------------ 4 PCRE2 is a re-working of the original PCRE library to provide an entirely new 8 ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-xxx.tar.gz 9 ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-xxx.tar.bz2 10 ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-xxx.zip 13 original and new APIs) at pcre-dev@exim.org. You can access the archives and 16 https://lists.exim.org/mailman/listinfo/pcre-dev 24 Building PCRE2 on non-Unix-like systems 28 Shared libraries [all …]
|
/external/icu/icu4c/source/ |
D | configure.ac | 1 # -*-autoconf-*- 3 # AC_COPYRIGHT([ Copyright (c) 1999-2015, International Business Machines Corporation and others. A… 14 …m4_esyscmd_s([sed -n 's/^[ ]*#[ ]*define[ ]*U_ICU_VERSION[ ]*"\([^"]*\)".*/\1/p' "./common/uni… 15 [http://icu-project.org/bugs], 17 [http://icu-project.org]) 27 # for icu-config 28 # This may be removed later - mow (June 17, 2010) 30 case `/bin/sh -c "echo -n x"` in 31 -n*) 32 case `/bin/sh -c "echo 'x\c'"` in [all …]
|
/external/u-boot/common/spl/ |
D | Kconfig | 15 prompt "Enable SPL" 24 Enable the SPL framework under common/spl/. This framework 25 supports MMC, NAND and YMODEM and other methods loading of U-Boot 32 default "arch/$(ARCH)/cpu/u-boot-spl.lds" 34 The SPL stage will usually require a different linker-script 36 U-Boot stage. Set this to the path of the linker-script to 40 bool "Call board-specific initialization in SPL" 42 If this option is enabled, U-Boot will call the function 50 ROM for loading the next boot-stage after performing basic setup 53 Enable this option, to return to the BOOTROM through the [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | defconfig | 14 # or GnuTLS in non-default location 15 #CFLAGS += -I/usr/local/openssl/include 16 #LIBS += -L/usr/local/openssl/lib 21 #CFLAGS += -I/usr/include/kerberos 25 # functionality is added to it. nl80211-based interface is the new 40 #CFLAGS += -I$<path to libnl include files> 41 #LIBS += -L$<path to libnl library files> 43 # Use libnl v2.0 (or 3.0) libraries. 46 # Use libnl 3.2 libraries (if this is selected, CONFIG_LIBNL20 is ignored) 52 #CFLAGS += -I/usr/local/include [all …]
|
D | android.config | 14 # or GnuTLS in non-default location 15 #CFLAGS += -I/usr/local/openssl/include 16 #LIBS += -L/usr/local/openssl/lib 21 #CFLAGS += -I/usr/include/kerberos 25 # functionality is added to it. nl80211-based interface is the new 37 #CFLAGS += -I/usr/local/include 38 #LIBS += -L/usr/local/lib 39 #LIBS_p += -L/usr/local/lib 40 #LIBS_c += -L/usr/local/lib 44 #CFLAGS += -I/usr/include/w32api/ddk [all …]
|
/external/e2fsprogs/ |
D | configure.ac | 16 E2FSPROGS_DAY=$(echo $E2FSPROGS_DATE | awk -F- '{print $1}' | sed -e '/^[[1-9]]$/s/^/0/') 17 MONTH=`echo $E2FSPROGS_DATE | awk -F- '{print $2}'` 18 YEAR=`echo $E2FSPROGS_DATE | awk -F- '{print $3}'` 45 sed -e 's/-WIP//' -e 's/pre-//' -e 's/-PLUS//'` 50 *-WIP|pre-*) 71 AC_ARG_WITH([diet-libc], 72 [ --with-diet-libc use diet libc], 73 CC="diet cc -nostdinc" 75 if test -z "$LIBS" 77 LIBS="-lcompat" [all …]
|
D | INSTALL | 14 If you wish to turn on ELF shared libraries, add the option 15 --enable-elf-shlibs. If you wish to build profiling libraries, add 16 the option --enable-profile. 21 thread local storage, use the configure option --disable-tls. 35 7) Install the include files and libraries 37 You can run `make install-libs' to install the include files and 38 libraries. Please note that this installation is not needed for the 40 programs using the libraries or if you want to compile other program 41 using these libraries (like the 4.4BSD dump and restore port). 43 8) Remove any pre-formatted man pages. [all …]
|
/external/mesa3d/ |
D | meson_options.txt | 32 description : 'enable support for dri3' 35 'dri-drivers', 41 'dri-drivers-path', 47 'dri-search-path', 50 …: 'Locations to search for dri drivers, passed as colon separated list. Default: dri-drivers-path.' 53 'gallium-drivers', 59 'gallium-extra-hud', 62 description : 'Enable HUD block/NIC I/O HUD status support', 65 'gallium-vdpau', 69 description : 'enable gallium vdpau state tracker.', [all …]
|
/external/icu/icu4c/packaging/ |
D | PACKAGES | 3 Copyright (C) 2000-2003, International Business Machines 14 - ICU libraries. This package contains the runtime libraries needed by 17 - ICU. This package contains the converters data, the timezones data, 19 - ICU locales. This package adds locales and break data. 20 - ICU development. This package contains the files necessary to build 22 libraries used by the linker, static libraries, etc... It also 24 - ICU docs. This package contains further documentation for ICU, 26 - ICU data. This package contains the source for the compiled data 28 - ICU international data. This package contains the source for the 33 ICU-specific directories or information: [all …]
|
/external/curl/ |
D | configure.ac | 8 # Copyright (C) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al. 27 AC_INIT([curl], [-], [a suitable curl mailing list: https://curl.haxx.se/mail/]) 34 AC_COPYRIGHT([Copyright (c) 1998 - 2019 Daniel Stenberg, <daniel@haxx.se> 63 CURL_CFLAG_EXTRAS="-Werror" 65 dnl enable -pedantic-errors for GCC 5 and later, 66 dnl as before that it was the same as -Werror=pedantic 67 if test "$compiler_num" -ge "500"; then 68 CURL_CFLAG_EXTRAS="$CURL_CFLAG_EXTRAS -pedantic-errors" 76 if test -z "$SED"; then 80 if test -z "$SED" || test "$SED" = "not_found"; then [all …]
|
/external/jemalloc_new/ |
D | INSTALL.md | 28 * `--help` 32 * `--prefix=<install-root-dir>` 36 ./configure --prefix=/usr/local 41 * `--with-version=(<major>.<minor>.<bugfix>-<nrev>-g<gid>|VERSION)` 45 1) If --with-version=<major>.<minor>.<bugfix>-<nrev>-g<gid> is specified, 47 2) If --with-version is not specified in either form and the source 49 describe' invocations that pattern-match release tags. 51 0.0.0-0-g0000000000000000000000000000000000000000 53 Note that --with-version=VERSION bypasses (1) and (2), which simplifies 57 * `--with-rpath=<colon-separated-rpath>` [all …]
|
/external/jemalloc/ |
D | INSTALL | 27 --help 30 --prefix=<install-root-dir> 33 ./configure --prefix=/usr/local 38 --with-version=<major>.<minor>.<bugfix>-<nrev>-g<gid> 42 --with-rpath=<colon-separated-rpath> 43 Embed one or more library paths, so that libjemalloc can find the libraries 44 it is linked to. This works only on ELF-based systems. 46 --with-mangling=<map> 47 Mangle public symbols specified in <map> which is a comma-separated list of 50 For example, to use ld's --wrap option as an alternative method for [all …]
|
/external/openssh/ |
D | INSTALL | 2 ---------------- 5 configure will attempt to enable the compiler's run-time integrity checking 7 - clang: -ftrapv and -sanitize=integer require the compiler-rt runtime 8 (CC=clang LDFLAGS=--rtlib=compiler-rt ./configure) 20 LibreSSL/OpenSSL should be compiled as a position-independent library 21 (i.e. with -fPIC) otherwise OpenSSH will not be able to link with it. 22 If you must use a non-position-independent libcrypto, then you may need 23 to configure OpenSSH --without-pie. Note that because of API changes, 34 If your system lacks kernel-based random collection, the use of Lutz 50 HP-UX 11, AIX >= 5.2, FreeBSD and NetBSD. [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | CMake.rst | 11 `CMake <http://www.cmake.org/>`_ is a cross-platform build-generator tool. CMake 34 We use here the command-line, non-interactive CMake interface. 45 .. code-block:: console 53 .. code-block:: console 73 .. code-block:: console 75 $ cmake --build . 77 The ``--build`` option tells ``cmake`` to invoke the underlying build 81 the ``--build`` option is portable. 85 .. code-block:: console 87 $ cmake --build . --target install [all …]
|
/external/python/cpython2/Mac/BuildScript/ |
D | build-installer.py | 6 - support Intel 64-bit-only () and 32-bit-only installer builds 7 - build and link with private Tcl/Tk 8.6 for 10.9+ builds 8 - deprecate use of explicit SDK (--sdk-path=) since all but the oldest 13 supported with build-installer. 14 - use generic "gcc" as compiler (CC env var) rather than "gcc-4.2" 21 Sphinx, build-installer.py should also be converted to use python3! 23 For 10.9 or greater deployment targets, build-installer builds and links 25 apply. Otherwise, build-installer requires an installed third-party version 73 QUOTED_VALUE='quotes' -> str('quotes') 74 UNQUOTED_VALUE=noquotes -> str('noquotes') [all …]
|
/external/python/cpython2/ |
D | README | 11 Copyright (c) 1995-2001 Corporation for National Research Initiatives. 14 Copyright (c) 1991-1995 Stichting Mathematisch Centrum. 19 ------------------- 35 --------------------------- 41 ------------------------------ 43 Congratulations on getting this far. :-) 54 ---------------------- 56 Python is an interpreted, interactive object-oriented programming 65 ---------------------- 76 ------------- [all …]
|
/external/python/cpython3/Mac/BuildScript/ |
D | build-installer.py | 6 - support Intel 64-bit-only () and 32-bit-only installer builds 7 - build and use internal Tcl/Tk 8.6 for 10.6+ builds 8 - deprecate use of explicit SDK (--sdk-path=) since all but the oldest 13 supported with build-installer. 14 - use generic "gcc" as compiler (CC env var) rather than "gcc-4.2" 17 - support SDKROOT and DEVELOPER_DIR xcrun env variables 18 - test with 10.5 and 10.4 and determine support status 25 Sphinx, build-installer.py should also be converted to use python3! 28 build-installer builds and links with its own copy of Tcl/Tk 8.6. 29 Otherwise, it requires an installed third-party version of [all …]
|
/external/compiler-rt/cmake/ |
D | base-config-ix.cmake | 2 # to use its support for building convenience "libraries" as a collection of 4 # runtime libraries. 9 # Top level target used to build all compiler-rt libraries. 10 add_custom_target(compiler-rt ALL) 11 set_target_properties(compiler-rt PROPERTIES FOLDER "Compiler-RT Misc") 13 # Setting these variables from an LLVM build is sufficient that compiler-rt can 14 # construct the output paths, so it can behave as if it were in-tree here. 23 string(REGEX MATCH "[0-9]+\\.[0-9]+(\\.[0-9]+)?" CLANG_VERSION 25 # Setup the paths where compiler-rt runtimes and headers should be stored. 29 option(COMPILER_RT_INCLUDE_TESTS "Generate and build compiler-rt unit tests." [all …]
|
12345678910>>...41