diff options
author | Andrew Lewman <andrew@torproject.org> | 2007-07-14 02:32:19 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2007-07-14 02:32:19 +0000 |
commit | 76c5fbfe2812508a583a711603c2f1a752ac8441 (patch) | |
tree | 959796020cb1156d8a283c46de4138889da853e0 /doc/tor-osx-dmg-creation.txt | |
parent | db8670f58a2baad66a5fc8029cfaaeffe8abc3c5 (diff) | |
download | tor-76c5fbfe2812508a583a711603c2f1a752ac8441.tar.gz tor-76c5fbfe2812508a583a711603c2f1a752ac8441.zip |
eventdns seems to run fine on osx, rpm-based linuxes, and win32.
Include it in the build instructions.
svn:r10826
Diffstat (limited to 'doc/tor-osx-dmg-creation.txt')
-rw-r--r-- | doc/tor-osx-dmg-creation.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor-osx-dmg-creation.txt b/doc/tor-osx-dmg-creation.txt index 333986fc9f..5b68ef572e 100644 --- a/doc/tor-osx-dmg-creation.txt +++ b/doc/tor-osx-dmg-creation.txt @@ -48,7 +48,7 @@ file privoxyosx_setup_3.0.6.zip do a configure with these parameters: CONFDIR=/Library/Tor ./configure --prefix=/Library/Tor \ --bindir=/Library/Tor --sysconfdir=/Library \ - --enable-static --disable-shared + --enable-eventdns --enable-static --disable-shared 3) In same top level dir, do a "make dist-osx". There now exists a .dmg file in the same directory. Install from this dmg. |