Update mingw build instructions to remove patent encumberances.

svn:r11178
This commit is contained in:
Andrew Lewman 2007-08-19 03:51:46 +00:00
parent 11b155f275
commit effbf59428

View File

@ -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/"