diff options
author | Andrew Lewman <andrew@torproject.org> | 2007-08-19 03:51:46 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2007-08-19 03:51:46 +0000 |
commit | effbf5942896d466087ce2e19c82f88920bca384 (patch) | |
tree | 293edd569d0ee686b7f3fbf4f12791a204f3ef4b /doc/tor-win32-mingw-creation.txt | |
parent | 11b155f2759631d3e4ee5832d881466dd938b427 (diff) | |
download | tor-effbf5942896d466087ce2e19c82f88920bca384.tar.gz tor-effbf5942896d466087ce2e19c82f88920bca384.zip |
Update mingw build instructions to remove patent encumberances.
svn:r11178
Diffstat (limited to 'doc/tor-win32-mingw-creation.txt')
-rw-r--r-- | doc/tor-win32-mingw-creation.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor-win32-mingw-creation.txt b/doc/tor-win32-mingw-creation.txt index 903177af44..c9ef406822 100644 --- a/doc/tor-win32-mingw-creation.txt +++ b/doc/tor-win32-mingw-creation.txt @@ -36,7 +36,7 @@ Type "tar zxf openssl-0.9.8e.tar.gz" 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/" |