~ubuntu-branches/ubuntu/maverick/openssl/maverick

« back to all changes in this revision

Viewing changes to INSTALL.W32

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Martin
  • Date: 2004-12-16 18:41:29 UTC
  • mto: (11.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20041216184129-z7xjkul57mh1jiha
Tags: upstream-0.9.7e
ImportĀ upstreamĀ versionĀ 0.9.7e

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
 http://www.kernel.org/pub/software/devel/nasm/binaries/win32/
47
47
 The NASM binary nasmw.exe needs to be installed anywhere on your PATH.
48
48
 
49
 
 Firstly you should run Configure:
 
49
 Firstly you should run Configure (to build a FIPS-certified variant of
 
50
 OpenSSL, add the option "fips"):
50
51
 
51
52
 > perl Configure VC-WIN32
52
53
 
53
54
 Next you need to build the Makefiles and optionally the assembly language
54
 
 files:
 
55
 files (to build a FIPS-certified variant of OpenSSL, add the argument "fips"):
55
56
 
56
57
 - If you are using MASM then run:
57
58
 
100
101
 Borland C++ builder 5
101
102
 ---------------------
102
103
 
103
 
 * Configure for building with Borland Builder:
 
104
 * Configure for building with Borland Builder (to build a FIPS-certified
 
105
   variant of OpenSSL, add the option "fips"):
104
106
   > perl Configure BC-32
105
107
 
106
 
 * Create the appropriate makefile
 
108
 * Create the appropriate makefile (to build a FIPS-certified variant of
 
109
   OpenSSL, add the argument "fips")
107
110
   > ms\do_nasm
108
111
 
109
112
 * Build
194
197
   occur, try
195
198
   > ms\mingw32 no-asm
196
199
   instead.
 
200
   If you want to build a FIPS-certified variant of OpenSSL, add the argument
 
201
   "fips"
197
202
 
198
203
   libcrypto.a and libssl.a are the static libraries. To use the DLLs,
199
204
   link with libeay32.a and libssl32.a instead.