Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Monitor
Incidents
Service Desk
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
The Tor Project
Core
Tor
Commits
622d70f9
Commit
622d70f9
authored
18 years ago
by
Andrew Lewman
Browse files
Options
Downloads
Patches
Plain Diff
Updated version of openssl and removed duplicate win32api get.
svn:r8736
parent
9a70fbae
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
doc/tor-win32-mingw-creation.txt
+3
-6
3 additions, 6 deletions
doc/tor-win32-mingw-creation.txt
with
3 additions
and
6 deletions
doc/tor-win32-mingw-creation.txt
+
3
−
6
View file @
622d70f9
...
...
@@ -13,9 +13,6 @@ http://prdownloads.sf.net/mingw/MSYS-1.0.10.exe?download
Download the mingw developer tool kit:
http://prdownloads.sf.net/mingw/msysDTK-1.0.1.exe?download
Download the mingw win32api:
http://prdownloads.sf.net/mingw/w32api-3.6.tar.gz?download
Install mingw, msys and mingw-dtk.
Create a directory called "tor-mingw".
...
...
@@ -24,15 +21,15 @@ Stage Two: Download, extract, compile openssl
----------------------------------------------
Download openssl:
http://www.openssl.org/source/openssl-0.9.8
c
.tar.gz
http://www.openssl.org/source/openssl-0.9.8
d
.tar.gz
Extract openssl:
Copy the openssl tarball into the "tor-mingw" directory.
Type "cd tor-mingw/"
Type "tar zxf openssl-0.9.8
c
.tar.gz"
Type "tar zxf openssl-0.9.8
d
.tar.gz"
Make openssl libraries:
Type "cd tor-mingw/openssl-0.9.8
c
/"
Type "cd tor-mingw/openssl-0.9.8
d
/"
Type "./Configure mingw"
Edit Makefile and remove the "test:" and "tests:" sections.
Type "rm -rf ./test"
...
...
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