diff options
author | Mike Chiussi <chiussi@gmail.com> | 2006-09-06 01:49:55 +0000 |
---|---|---|
committer | Mike Chiussi <chiussi@gmail.com> | 2006-09-06 01:49:55 +0000 |
commit | 6ec9c1092afbed894e2c52328257aa295e2df6fc (patch) | |
tree | 2ed5fa131a4d9ebef8eb425d4a44d41a8f3d3090 /Win32Build/mingw/README | |
parent | 585ae267836326b50d33372f0129bc6fac1d1ad5 (diff) | |
download | tor-6ec9c1092afbed894e2c52328257aa295e2df6fc.tar tor-6ec9c1092afbed894e2c52328257aa295e2df6fc.tar.gz |
- made configure check if we are building for win32
- made configure link to required system dll's if building for win32
- added diffs for libevent 1.1b
- forced user to turn off eventdns if win32 is set
- cleaned up tor_mmap_file()_win32 (not sure if it's stable)
- cleaned up some warnings and typos
svn:r8322
Diffstat (limited to 'Win32Build/mingw/README')
-rwxr-xr-x | Win32Build/mingw/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Win32Build/mingw/README b/Win32Build/mingw/README new file mode 100755 index 000000000..67e75cd27 --- /dev/null +++ b/Win32Build/mingw/README @@ -0,0 +1,8 @@ +The current SVN version of Tor should compile with MinGW. + +OpenSSL and libz both compile on MinGW out of the box. + +libevent 1.1b will not build unless you apply the diff in this directory. + + + |