Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
09ec23f1
Commit
09ec23f1
authored
Jun 14, 2013
by
Christian Heimes
Browse files
Options
Browse Files
Download
Plain Diff
Issue #15172: Document NASM 2.10+ as requirement for building OpenSSL 1.0.1 on Windows
parents
200bb1b0
c81549f4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
Misc/NEWS
Misc/NEWS
+2
-0
PCbuild/readme.txt
PCbuild/readme.txt
+5
-2
No files found.
Misc/NEWS
View file @
09ec23f1
...
...
@@ -493,6 +493,8 @@ Build
-
Issue
#
17547
:
In
configure
,
explicitly
pass
-
Wformat
for
the
benefit
for
GCC
4.8
.
-
Issue
#
15172
:
Document
NASM
2.10
+
as
requirement
for
building
OpenSSL
1.0.1
on
Windows
.
What
's New in Python 3.3.1 release candidate 1?
===============================================
...
...
PCbuild/readme.txt
View file @
09ec23f1
...
...
@@ -152,9 +152,12 @@ _ssl
You can (theoretically) use any version of OpenSSL you like - the
build process will automatically select the latest version.
You must install the NASM assembler from
You must install the NASM assembler
2.10 or newer
from
http://nasm.sf.net
for x86 builds. Put nasmw.exe anywhere in your PATH.
for x86 builds. Put nasmw.exe anywhere in your PATH. More recent
versions of OpenSSL may need a later version of NASM. If OpenSSL's self
tests don't pass, you should first try to update NASM and do a full
rebuild of OpenSSL.
Note: recent releases of nasm only have nasm.exe. Just rename it to
nasmw.exe.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment