diff options
author | Andrew Lewman <andrew@torproject.org> | 2007-11-02 02:40:03 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2007-11-02 02:40:03 +0000 |
commit | 2136c82ae0ea15714ac3762a4d81ea95e42c3b02 (patch) | |
tree | be33a509f27d136e93b2cef35dc7627b7df0593d /doc/tor-win32-mingw-creation.txt | |
parent | 14be21f31ec032e6cc7ef1d6a0fcd8c2b719bcf2 (diff) | |
download | tor-2136c82ae0ea15714ac3762a4d81ea95e42c3b02.tar.gz tor-2136c82ae0ea15714ac3762a4d81ea95e42c3b02.zip |
As nick commented, tor's configure doesn't know what --enable-static and
--disable-shared actually are, so remove it from docs and spec file.
svn:r12321
Diffstat (limited to 'doc/tor-win32-mingw-creation.txt')
-rw-r--r-- | doc/tor-win32-mingw-creation.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/tor-win32-mingw-creation.txt b/doc/tor-win32-mingw-creation.txt index f7515afe40..43438454d5 100644 --- a/doc/tor-win32-mingw-creation.txt +++ b/doc/tor-win32-mingw-creation.txt @@ -27,15 +27,15 @@ Stage Two: Download, extract, compile openssl ---------------------------------------------- Download openssl: -http://www.openssl.org/source/openssl-0.9.8e.tar.gz +http://www.openssl.org/source/openssl-0.9.8g.tar.gz Extract openssl: Copy the openssl tarball into the "tor-mingw" directory. Type "cd tor-mingw/" -Type "tar zxf openssl-0.9.8e.tar.gz" +Type "tar zxf openssl-0.9.8g.tar.gz" Make openssl libraries: -Type "cd tor-mingw/openssl-0.9.8e/" +Type "cd tor-mingw/openssl-0.9.8g/" Type "./Configure -no-idea -no-rc5 -no-mdc2 mingw" Edit Makefile and remove the "test:" and "tests:" sections. Type "rm -rf ./test" @@ -107,7 +107,7 @@ Extract Tor: Type "tar zxf latest-tor-alpha.tar.gz" cd tor-<version> -Type "./configure --enable-static --disable-shared" +Type "./configure" Type "make" You now have a tor.exe in src/or/. This is Tor. |