shaka-packager/packager/third_party/curl
KongQun Yang 269aced6f0 Fix find_curl_ca_bundle shell script break in old systems
Change-Id: Ief20f4d29a4f878cf70f90deae119f01eb3e7558
2015-03-12 15:35:13 -07:00
..
config Fix find_curl_ca_bundle shell script break in old systems 2015-03-12 15:35:13 -07:00
README.packager Move find curl_ca_bundle script out of gyp and zlib DEPS change 2015-03-12 09:39:51 -07:00
curl.gyp Move find curl_ca_bundle script out of gyp and zlib DEPS change 2015-03-12 09:39:51 -07:00

README.packager

Name: curl
URL: http://curl.haxx.se/dev/
License: MIT/X
License File: source/COPYING
Local Modifications: None

Description:
libcurl is a free and easy-to-use client-side URL transfer library. libcurl
supports SSL certificates, HTTP GET, HTTP POST, HTTP PUT, and various other
transfer protocols.

**************************************************************************
Description of source tree.

1) config/
    Directory containing configuration files, which are required to build
    libcurl and curl correctly. On linux platform, an *auto-generated*
    configuration file "config/linux/curl_config.h" is used; the library uses
    the configuration files coming with libcurl distribution
    "source/lib/config-*.h" on other platforms.

    config/curl/curlbuild.h
        Curl build file renamed from source/include/curl/curlbuild.h.dist

    config/dummy_tool_hugehelp.c
        A dummy manual required to build curl command line tool.

    config/linux/curl_config.h
        An *auto-generated* configuration file by running source/buildconf on
        linux platform, with a few features disabled to build correctly on a
        fresh linux box.

    config/linux/find_curl_ca_bundle.sh
        A script used to find the path to curl_ca_bundle in the target system.

2) curl.gyp
    A gyp build file for the library. Manually maintained.

3) source/
    Directory containing curl source codes from github without modification.