summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2010-12-08 14:47:07 (GMT)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2010-12-08 14:47:07 (GMT)
commit3405de03a638b1a5b414c78a10d027717968bbfb (patch)
tree5e9b671fc8a8976f0439d274f52793427ea49486 /PC
parent515fabbf969dc3cdda69f760da6751f7ac841170 (diff)
downloadcpython-3405de03a638b1a5b414c78a10d027717968bbfb.zip
cpython-3405de03a638b1a5b414c78a10d027717968bbfb.tar.gz
cpython-3405de03a638b1a5b414c78a10d027717968bbfb.tar.bz2
Mention NASM which is needed to build openssl-1.0.0a original source.
(PC/VC6/readme.txt)
Diffstat (limited to 'PC')
-rw-r--r--PC/VC6/readme.txt12
1 files changed, 10 insertions, 2 deletions
diff --git a/PC/VC6/readme.txt b/PC/VC6/readme.txt
index 12b48dd..4e8d237 100644
--- a/PC/VC6/readme.txt
+++ b/PC/VC6/readme.txt
@@ -158,9 +158,17 @@ _ssl
You can (theoretically) use any version of OpenSSL you like - the
build process will automatically select the latest version.
- You must also install ActivePerl from
+ You can install the NASM assembler from
+ http://www.nasm.us/
+ for x86 builds. Put nasmw.exe anywhere in your PATH.
+ Note: recent releases of nasm only have nasm.exe. Just rename it to
+ nasmw.exe.
+
+ You can also install ActivePerl from
http://www.activestate.com/activeperl/
- as this is used by the OpenSSL build process. Complain to them <wink>.
+ if you like to use the official sources instead of the files from
+ python's subversion repository. The svn version contains pre-build
+ makefiles and assembly files.
The MSVC project simply invokes PC/VC6/build_ssl.py to perform
the build. This Python script locates and builds your OpenSSL