-
Notifications
You must be signed in to change notification settings - Fork 4
jdc8/tclcurl
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
openssl build commands: 1.0.2
./config --prefix=/home/jdc/curl/install/openssl shared
make
make install
curl build commands Linux: 7.80.0
./configure --prefix=/home/josd/Development/install/curl-7.80.0 --with-ssl=/home/josd/Development/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/josd/Development/install/curl-7.80.0 -openssl /home/josd/Development/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
tclcurl run tests:
About
Tcl wrapper for Curl
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published