[or-cvs] r11178: Update mingw build instructions to remove patent encumberanc (tor/trunk/doc)

phobos at seul.org phobos at seul.org
Sun Aug 19 03:51:46 UTC 2007


Author: phobos
Date: 2007-08-18 23:51:46 -0400 (Sat, 18 Aug 2007)
New Revision: 11178

Modified:
   tor/trunk/doc/tor-win32-mingw-creation.txt
Log:
Update mingw build instructions to remove patent encumberances.


Modified: tor/trunk/doc/tor-win32-mingw-creation.txt
===================================================================
--- tor/trunk/doc/tor-win32-mingw-creation.txt	2007-08-19 03:34:45 UTC (rev 11177)
+++ tor/trunk/doc/tor-win32-mingw-creation.txt	2007-08-19 03:51:46 UTC (rev 11178)
@@ -36,7 +36,7 @@
 
 Make openssl libraries:
 Type "cd tor-mingw/openssl-0.9.8e/"
-Type "./Configure mingw"
+Type "./Configure -no-idea -no-rc5 -no-mdc2 mingw"
 Edit Makefile and remove the "test:" and "tests:" sections.
 Type "rm -rf ./test"
 Type "cd crypto/"



More information about the tor-commits mailing list