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
\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
\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
<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
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