apnadkarni / tclcurl

Tcl wrapper for Curl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

openssl build commands: 1.0.2

    ./config --prefix=/home/jdc/curl/install/openssl shared
    make
    make install

curl build commands Linux: 7.41.0

    ./configure --prefix=/home/jdc/curl/install/curl --with-ssl=/home/jdc/curl/install/openssl --disable-shared --enable-static
    make
    make install

curl build command Windows: 7.35.0 + VC12_32bit

    cd curl-7.35.0\winbuild
    nmake /f makefile.vc mode=static VC=10

tclcurl build commands Linux:

    tclsh build.tcl debug -static -curl /home/jdc/install/curl-7.41.0 -openssl /home/jdc/install/openssl

tclcurl build command Windows:

    c:\tmp\tclcurl\tclcurl>c:\tcl\bin\tclsh86.exe build.tcl install -static -curl C:\tmp\tclcurl\curl-7.35.0\builds\libcurl-vc10-x86-release-static-ipv6-sspi-spnego -winssl

About

Tcl wrapper for Curl


Languages

Language:C 70.2%Language:Tcl 29.0%Language:Nginx 0.5%Language:Shell 0.3%Language:HTML 0.0%