aboutsummaryrefslogtreecommitdiffstats
path: root/README.win32
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2003-06-02 18:40:02 +0000
committerGerald Combs <gerald@wireshark.org>2003-06-02 18:40:02 +0000
commitf755cf503481ebed7cbb48606e6217d67b35add4 (patch)
tree24af1fe3ad5bfaa454c7aa0768c9d1ce05367567 /README.win32
parent4eaff6dc18e873f1cd51a2a3be43af40b00ba3ce (diff)
Add GNU ADNS to the Windows build environment. A precompiled DLL can be
found at http://adns.jgaa.com/ and http://www.ethereal.com/distribution/win32/development/ The modifications to the root-level config.h.win32 and Makefile.nmake may not be neccessary. svn path=/trunk/; revision=7769
Diffstat (limited to 'README.win32')
-rw-r--r--README.win3215
1 files changed, 10 insertions, 5 deletions
diff --git a/README.win32 b/README.win32
index d0d3c160a5..135855934a 100644
--- a/README.win32
+++ b/README.win32
@@ -1,4 +1,4 @@
-$Id: README.win32,v 1.45 2003/04/07 22:39:25 guy Exp $
+$Id: README.win32,v 1.46 2003/06/02 18:40:00 gerald Exp $
Installing Ethereal, Tethereal, and Editcap on Win32
====================================================
@@ -146,15 +146,20 @@ or the mirror site at
Compiling the Ethereal distribution from source
===============================================
+
You'll need the development packages for GLIB, GTK+, WinPcap, zlib,
-and Net-SNMP. The GLIB, GTK+, and WinPcap packages are available from
-the respctive home pages for each project (the same URLs as listed
+Net-SNMP, and ADNS. The GLIB, GTK+, and WinPcap packages are available
+from the respctive home pages for each project (the same URLs as listed
above). The development packages contain header files and stub libaries
-to link against. Precompiled zlib and Net-SNMP packages are available
-at
+to link against. Precompiled zlib, Net-SNMP, and ADNS packages are
+available at
http://www.ethereal.com/distribution/win32/
+The ADNS package is also available at its homepage:
+
+ http://adns.jgaa.com/
+
Instructions for MS Visual C++
----------------------------