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
05b84bfe
Commit
05b84bfe
authored
23 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
updates
parent
dbfa1e55
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/FEATURES
+1
-1
1 addition, 1 deletion
docs/FEATURES
docs/INSTALL
+7
-13
7 additions, 13 deletions
docs/INSTALL
docs/README.win32
+5
-12
5 additions, 12 deletions
docs/README.win32
with
13 additions
and
26 deletions
docs/FEATURES
+
1
−
1
View file @
05b84bfe
...
...
@@ -56,7 +56,7 @@ FTP
- download
- authentication
- kerberos security
-
PORT
or P
A
SV
-
active/passive using PORT, EPRT, PASV
or
E
PSV
- single file size information (compare to HTTP HEAD)
- 'type=' URL support
- dir listing
...
...
This diff is collapsed.
Click to expand it.
docs/INSTALL
+
7
−
13
View file @
05b84bfe
...
...
@@ -36,8 +36,7 @@ UNIX
The configure script always tries to find a working SSL library unless
explicitly told not to. If you have OpenSSL installed in the default search
path for your compiler/linker, you don't need to do anything special. If
you have OpenSSL installed in e.g /usr/local/ssl, you can run configure
like:
you have OpenSSL installed in /usr/local/ssl, you can run configure like:
./configure --with-ssl
...
...
@@ -46,13 +45,13 @@ UNIX
./configure --with-ssl=/opt/OpenSSL
If you insist on forcing a build
*
without
*
SSL support, even though you may
have
it
installed in your system, you can run configure like this:
If you insist on forcing a build without SSL support, even though you may
have
OpenSSL
installed in your system, you can run configure like this:
./configure --without-ssl
If you have OpenSSL installed, but with the libraries in one place and the
header files somewhere else, you
'll
have to set the LDFLAGS and CPPFLAGS
header files somewhere else, you have to set the LDFLAGS and CPPFLAGS
environment variables prior to running configure. Something like this
should work:
...
...
@@ -72,7 +71,7 @@ UNIX
LIBS=-lRSAglue -lrsaref
(as suggested by Doug Kaufman)
KNOWN PROBLEMS
KNOWN PROBLEMS
(these ones should not happen anymore)
If you happen to have autoconf installed, but a version older than 2.12
you will get into trouble. Then you can still build curl by issuing these
...
...
@@ -101,8 +100,8 @@ UNIX
MORE OPTIONS
Remember, t
o force configure to use the standard cc compiler if both
cc and gcc are
present, run configure like
T
o force configure to use the standard cc compiler if both
cc and gcc are
present, run configure like
CC=cc ./configure
or
...
...
@@ -130,11 +129,6 @@ UNIX
./configure --with-krb4=/usr/athena
If your system support shared libraries, but you want to built a static
version only, you can disable building the shared version by using:
./configure --disable-shared
If you're a curl developer and use gcc, you might want to enable more
debug options with the --enable-debug option.
...
...
This diff is collapsed.
Click to expand it.
docs/README.win32
+
5
−
12
View file @
05b84bfe
...
...
@@ -12,18 +12,11 @@ README.win32
systems. While not being the main develop target, a fair share of curl users
are win32-based.
Some documentation in this archive will be tricky to read for Windows
people, as they come in unix-style man pages. You can either download a
freely available nroff binary for win32 (*pointers appriciated*), convert
the files into plain-text on your neighbor's unix machine or run over to the
curl web site and view them as plain HTML.
The unix-style man pages are tricky to read on windows, so therefore are all
those pages also converted to HTML and those are also included in the
release archives.
The main curl.1 man page is "built-in"
. Use a
command line
similar to this
in order to extract a separate text file:
The main curl.1 man page is
also
"built-in"
in the
command line
tool. Use a
command line similar to this
in order to extract a separate text file:
curl -M >manual.txt
Download all the libcurl man pages in HTML format using the link on the
bottom of this page:
http://curl.haxx.se/libcurl/c/
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