Bläddra i källkod

clean up the instructions a bit

svn:r11175
Andrew Lewman 17 år sedan
förälder
incheckning
11b155f275
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3 3
      doc/tor-win32-mingw-creation.txt

+ 3 - 3
doc/tor-win32-mingw-creation.txt

@@ -32,10 +32,10 @@ http://www.openssl.org/source/openssl-0.9.8e.tar.gz
 Extract openssl:
 Copy the openssl tarball into the "tor-mingw" directory.
 Type "cd tor-mingw/"
-Type "tar zxf openssl-0.9.8d.tar.gz"
+Type "tar zxf openssl-0.9.8e.tar.gz"
 
 Make openssl libraries:
-Type "cd tor-mingw/openssl-0.9.8d/"
+Type "cd tor-mingw/openssl-0.9.8e/"
 Type "./Configure mingw"
 Edit Makefile and remove the "test:" and "tests:" sections.
 Type "rm -rf ./test"
@@ -86,7 +86,7 @@ Done.
 Stage Four: Download, extract, and patch libevent-1.3b
 ------------------------------------------------------
 
-Download the latest libevent release:
+Download the libevent 1.3b release:
 http://www.monkey.org/~provos/libevent/
 
 Copy the libevent tarball into the "tor-mingw" directory.