diff options
author | Andy Polyakov <appro@openssl.org> | 2008-07-15 14:48:53 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2008-07-15 14:48:53 +0200 |
commit | 39c63e162c421668daebbb13ae2ff8b9056132f4 (patch) | |
tree | 5741b442a6e861439dc52b54eee5b77d69b090ab /INSTALL.W32 | |
parent | Zero is a valid value for any_skip and map_skip (diff) | |
download | openssl-39c63e162c421668daebbb13ae2ff8b9056132f4.tar.xz openssl-39c63e162c421668daebbb13ae2ff8b9056132f4.zip |
Reaffirm that NASM is the only supported assembler for Win32 build.
Diffstat (limited to 'INSTALL.W32')
-rw-r--r-- | INSTALL.W32 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL.W32 b/INSTALL.W32 index 76beee3182..7794cf1ad1 100644 --- a/INSTALL.W32 +++ b/INSTALL.W32 @@ -25,9 +25,9 @@ * Borland C * GNU C (Cygwin or MinGW) -- even though optional for non-gcc builds, Netwide Assembler, a.k.a. - NASM, available from http://sourceforge.net/projects/nasm is - recommended. +- Netwide Assembler, a.k.a. NASM, available from http://nasm.sourceforge.net/ + is required if you intend to utilize assembler modules. Note that NASM + is the only supported assembler. If you are compiling from a tarball or a CVS snapshot then the Win32 files may well be not up to date. This may mean that some "tweaking" is required to @@ -39,7 +39,7 @@ If you want to compile in the assembly language routines with Visual C++, then you will need already mentioned Netwide Assembler binary, - nasmw.exe, to be available on your %PATH%. + nasmw.exe or nasm.exe, to be available on your %PATH%. Firstly you should run Configure: |