]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Updated building-tor-msvc.txt
authorNick Mathewson <nickm@torproject.org>
Tue, 9 Sep 2014 14:33:45 +0000 (10:33 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 9 Sep 2014 14:33:45 +0000 (10:33 -0400)
doc/building-tor-msvc.txt

index b22f44481ff10d4a67edeb042997782d096acb28..3d3eced8af392a6447c6166ff81d596927bd40f5 100644 (file)
@@ -18,12 +18,12 @@ Requirements:
     http://www.activestate.com/activeperl/downloads\r
  * Latest stable OpenSSL tarball\r
     https://www.openssl.org/source/\r
- * Zlib 1.2.8 tarball\r
+ * Latest stable zlib tarball\r
     http://zlib.net/\r
- * Libevent 2.1 tarball\r
+ * Latest stable libevent Libevent tarball\r
     https://github.com/libevent/libevent/releases\r
 \r
-Make sure you check signatures on all these packages!\r
+Make sure you check signatures for all these packages.\r
 \r
 Steps:\r
 ------\r
@@ -40,7 +40,8 @@ Building OpenSSL from source as a shared library:
 \r
 Making OpenSSL final package:\r
 \r
- Create <openssl final package dir>, I'd recommend using a name like <openssl source dir>-vc10.\r
+ Create <openssl final package dir>, I'd recommend using a name like <openssl\r
+ source dir>-vc10.\r
 \r
  Copy the following directories and files to their respective locations\r
   <openssl source dir>\inc32\openssl => <openssl final package dir>\include\openssl\r
@@ -65,7 +66,8 @@ Building libevent:
 \r
 Building Tor:\r
 \r
- Create a dir above tor source dir named build-alpha and two subdirs include and lib.\r
+ Create a dir above tor source dir named build-alpha and two subdirs include\r
+ and lib.\r
 \r
  Your build tree should now be similar to this one:\r
   * build-alpha\r
@@ -99,7 +101,8 @@ Building Tor:
   <libevent source dir>\WIN32-Code\nmake\event2 => build-alpha\include\event2\r
   <zlib source dir>\z*.h => build-alpha\include\z*.h\r
 \r
- Now copy the following files to the followin locations:\r
+ Now copy the following files to the following locations and rename them\r
+ according new names:\r
 \r
   <libevent source dir>\build\lib\event.lib => build-alpha\lib\libevent.lib\r
   <openssl final package dir>\lib\libeay32.lib => build-alpha\lib\libcrypto.lib\r
@@ -111,6 +114,9 @@ Building Tor:
   cd <tor source dir>\r
   nmake -f Makefile.nmake\r
 \r
- After the above process is completed there should be a tor.exe in <tor source dir>\src\or\r
+ After the above process is completed there should be a tor.exe in <tor\r
+ source dir>\src\or\r
+\r
+ Copy tor.exe to desired location and also copy zlib1.dll, libeay32.dll and\r
+ ssleay32.dll from built zlib and openssl packages\r
 \r
- Copy tor.exe to desired location and also copy zlib1.dll, libeay32.dll and ssleay32.dll from built zlib and openssl packages\r