-yes$Id$
+$Id$
Legend:
SPEC!! - Not specified
SPEC - Spec not finalized
- Documentation
- HOWTO for DNSPort.
-P - Tell people about OSX Uninstaller
- Quietly document NT Service options
- More prominently, we should have a recommended apps list.
- recommend pidgin (gaim is renamed)
stickers directly, etc.
P - put the source image for the stickers on the website, so people can
print their own
+P - figure out a license for the logos and docs we publish
R - make a page with the hidden service diagrams.
P - ask Jan/Jens to be the translation coordinator? add to volunteer page.
- add a page for localizing all tor's components.
---------------------------------------
Download mingw:
-http://prdownloads.sf.net/mingw/MinGW-5.0.3.exe?download
+http://prdownloads.sf.net/mingw/MinGW-5.1.3.exe?download
Download msys:
http://prdownloads.sf.net/mingw/MSYS-1.0.10.exe?download
Type "cd crypto/"
Type "find ./ -name "*.h" -exec cp {} ../include/openssl/ \;"
Type "cd ../ssl/"
-Type "find ./ -name "*.h" -exec cp {} ../include/openssl/ \;
+Type "find ./ -name "*.h" -exec cp {} ../include/openssl/ \;"
Type "cd .."
Type "cp *.h include/openssl/"
# The next steps can take up to 30 minutes to complete.
Done.
-Stage Four: Download, extract, and patch libevent-1.3b
+Stage Four: Download, extract, and compile libevent-1.3e
------------------------------------------------------
-Download the libevent 1.3b release:
+Download the libevent 1.3e release:
http://www.monkey.org/~provos/libevent/
Copy the libevent tarball into the "tor-mingw" directory.
Extract libevent.
Type "./configure --enable-static --disable-shared"
---------------------libevent 1.3b only-------------------------------------
-You need to manually edit the Makefile and remove all references to "sample".
-libevent 1.3b won't compile in mingw currently due to issues in event_test.c.
-Removing the "sample" directory and all references to it in Makefile create a
-completely valid libevent library. Libevent 1.3e and later should (with
-luck) not have this problem. Libevent 1.3c and 1.3d won't work at all.
------------------------------------------------------------------------------
Type "make"
Type "make install"