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
6f3e0051
Commit
6f3e0051
authored
23 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
adjusted windows section after a patch from Miklos Nemeth
parent
703ecc35
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/INSTALL
+14
-14
14 additions, 14 deletions
docs/INSTALL
with
14 additions
and
14 deletions
docs/INSTALL
+
14
−
14
View file @
6f3e0051
...
...
@@ -201,33 +201,33 @@ Win32
Microsoft command line style
----------------------------
Please read the OpenSSL documentation on how to compile and install
the OpenSSL librar
y
. Th
is generates the libeay32.dll and ssleay32.dll
files in the out32dll subdirectory in
the OpenSSL home directory. If
you compiled
OpenSSL static libraries (libeay32.lib,
ssleay32.lib,
RSAglue.lib)
they
are created in the out32 subdirectory.
the OpenSSL librar
ies
. Th
e build process of OpenSSL generates the
libeay32.dll and ssleay32.dll
files in the out32dll subdirectory in
the OpenSSL home directory.
OpenSSL static libraries (libeay32.lib,
ssleay32.lib,
RSAglue.lib) are created in the out32 subdirectory.
Run the 'vcvars32.bat' file to get the proper environment variables
set. The vcvars32.bat file is part of the Microsoft development
environment and you may find it in 'C:\Program Files\Microsoft Visual
Studio\vc98\bin' if you installed Visual C/C++ 6 in the default
directory.
Run the 'vcvars32.bat' file to get a proper environment. The
vcvars32.bat file is part of the Microsoft development environment and
you may find it in 'C:\Program Files\Microsoft Visual Studio\vc98\bin'
provided that you installed Visual C/C++ 6 in the default directory.
Before running nmake define the OPENSSL_PATH environment variable with
the root/base directory of OpenSSL, for example:
set OPENSSL_PATH=c:\openssl-0.9.6b
Then run 'nmake vc-ssl' or 'nmake vc-ssl-dll' in
the
curl's root
Then run 'nmake vc-ssl' or 'nmake vc-ssl-dll' in curl's root
directory. 'nmake vc-ssl' will create a libcurl static and dynamic
libraries in the lib subdirectory, as well as a statically linked
version of curl.exe in the s
c
r subdirectory. This statically linked
version of curl.exe in the sr
c
subdirectory. This statically linked
version is a standalone executable not requiring any DLL at
runtime. This mak
ing
method requires that you have
build
the static
libraries
of OpenSSL
available in OpenSSL's out32 subdirectory.
runtime. This mak
e
method requires that you have the static
OpenSSL
libraries available in OpenSSL's out32 subdirectory.
'nmake vc-ssl-dll' creates the libcurl dynamic library and
links curl.exe against libcurl and OpenSSL dynamically.
This executable
s
requires libcurl.dll and the OpenSSL DLLs
This executable requires libcurl.dll and the OpenSSL DLLs
at runtime.
Microsoft / Borland style
...
...
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