Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
cd16efa2
Commit
cd16efa2
authored
23 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
Cygwin files
parent
56562bad
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
packages/Cygwin/Makefile.am
+2
-0
2 additions, 0 deletions
packages/Cygwin/Makefile.am
packages/Cygwin/README
+34
-0
34 additions, 0 deletions
packages/Cygwin/README
with
36 additions
and
0 deletions
packages/Cygwin/Makefile.am
0 → 100644
+
2
−
0
View file @
cd16efa2
EXTRA_DIST
=
README
This diff is collapsed.
Click to expand it.
packages/Cygwin/README
0 → 100644
+
34
−
0
View file @
cd16efa2
cURL (as of 7.9.1) builds completely OOTB. The Cygwin specific files
(README is the only one so far) are located in a non-standard location:
<srctop>/packages/Cygwin/
This release (v7.9) includes the patch needed in CYGWIN-PATCHES,
however future releases should eliminate this directory.
Direct Dependencies:
OpenSSL 0.9.6b
Canonical Homepage:
http://curl.haxx.se/
Canonical Download:
http://curl.haxx.se/download.html
Build Instructions:
unpack curl-<ver>-X-src.tar.bz2
cd curl-<ver>
./configure --prefix=/usr
make
(optionally) make test (*)
make install (**)
(*) until v7.9.1, 'make test' requires Cygwin's mounts set to binmode / Unix
(**) if you need to bootstrap, make install will require libtool 1.4.3
(which contains a patch related to the ".exe" extension on curl.exe
Cygwin "port" maintained by: Kevin Roth <kproth at bigfoot dot com>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment