Searched +full:libidn2 +full:- +full:0 +full:- +full:dev (Results 1 – 10 of 10) sorted by relevance
1 name: ubuntu-cmake-contrib11 fail-fast: false13 os: [ubuntu-22.04]15 - brotli16 - c-blosc17 - jsonnet18 - libidn219 - libraw20 - libtiff21 - libxls[all …]
1 <!--4 SPDX-License-Identifier: curl5 -->10 curl](https://everything.curl.dev/internals) book. This file lists supported15 We write curl and libcurl to compile with C89 compilers on 32-bit and up27 - OpenSSL 0.9.728 - GnuTLS 3.1.1029 - zlib 1.1.430 - libssh2 1.031 - c-ares 1.16.0[all …]
1 <!--4 SPDX-License-Identifier: curl5 -->22 ./bootstrap-vcpkg.sh33 the `GIT-INFO.md` file in the root directory for specific instructions on how41 ./configure --with-openssl [--with-gnutls --with-wolfssl]52 ./configure --help57 ./configure --prefix=/path/to/curl/tree63 ./configure --prefix=$HOME72 ./configure --with-openssl[all …]
3 # SPDX-License-Identifier: curl10 - master11 - '*/ci'12 paths-ignore:13 - '**/*.md'14 - '.azure-pipelines.yml'15 - '.circleci/**'16 - '.cirrus.yml'17 - 'appveyor.*'18 - 'packages/**'[all …]
3 # SPDX-License-Identifier: curl5 name: osslq-linux10 - master11 - '*/ci'12 paths-ignore:13 - '**/*.md'14 - '**/CMakeLists.txt'15 - '.azure-pipelines.yml'16 - '.circleci/**'17 - '.cirrus.yml'[all …]
3 # SPDX-License-Identifier: curl5 name: ngtcp2-linux10 - master11 - '*/ci'12 paths-ignore:13 - '**/*.md'14 - '**/CMakeLists.txt'15 - '.azure-pipelines.yml'16 - '.circleci/**'17 - '.cirrus.yml'[all …]
21 # SPDX-License-Identifier: curl29 AC_INIT([curl], [-], [a suitable curl mailing list: https://curl.se/mail/])67 if test -z "$SED"; then71 if test -z "$SED" || test "$SED" = "not_found"; then79 if test -z "$GREP"; then83 if test -z "$GREP" || test "$GREP" = "not_found"; then89 dnl 'grep -E' is mandatory for configure process and libtool.91 if test -z "$EGREP"; then93 AC_MSG_CHECKING([that grep -E works])94 if echo a | ($GREP -E '(a|b)') >/dev/null 2>&1; then[all …]
2 # Guess values for system-dependent variables and create Makefiles.3 # Generated by GNU Autoconf 2.71 for curl -.8 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,19 ## -------------------------------- ##21 ## -------------------------------- ##24 xc_configure_preamble_ver_minor='0'60 (`echo "$xc_tst_str" >/dev/null 2>&1`) && xc_tst_str='success'66 # Try built-in echo, and fail.77 (`test -n "$xc_tst_str" >/dev/null 2>&1`) && xc_tst_str='success'93 (`test -n "$PATH" >/dev/null 2>&1`) && xc_tst_str='success'[all …]
21 # SPDX-License-Identifier: curl29 # sub-projects in a larger build using `FetchContent`. To support32 # https://cmake.org/cmake/help/latest/module/FetchContent.html#integrating-with-find-package61 string(REGEX MATCH "#define LIBCURL_VERSION_NUM 0x[0-9a-fA-F]+"63 string(REGEX REPLACE "[^0]+0x" "" CURL_VERSION_NUM ${CURL_VERSION_NUM})66 # Setup package meta-data71 # SET(PACKAGE_VERSION "-")72 # SET(PACKAGE_STRING "curl-")83 set(CMAKE_UNITY_BUILD_BATCH_SIZE 0)91 option(ENABLE_ARES "Set to ON to enable c-ares support" OFF)[all …]
21 # SPDX-License-Identifier: curl28 # See https://circleci.com/docs/configuration-reference/#macos-execution-environment30 …ion of CircleCI pipeline process engine. See: https://circleci.com/docs/2.0/configuration-reference36 - run:38 autoreconf -fi39 … ./configure --enable-warnings --enable-werror --with-openssl || { tail -1000 config.log; false; }41 configure-openssl-no-verbose:43 - run:45 autoreconf -fi46 … ./configure --disable-verbose --enable-werror --with-openssl || { tail -1000 config.log; false; }[all …]