aboutsummaryrefslogtreecommitdiffstats
path: root/README.win32
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2003-08-24 23:25:40 +0000
committerGerald Combs <gerald@wireshark.org>2003-08-24 23:25:40 +0000
commit3303295c843b0983cb5ef15c2afb114432fe45a5 (patch)
tree5f3f75663c3b758c51909221a8ec5329f00e79ee /README.win32
parent7540493b2075aac13761e44c6c47797897140418 (diff)
Add default development package locations to README.win32. Use zlib 1.1.4
by default in config.nmake. svn path=/trunk/; revision=8246
Diffstat (limited to 'README.win32')
-rw-r--r--README.win3219
1 files changed, 18 insertions, 1 deletions
diff --git a/README.win32 b/README.win32
index 0411077150..29fccc4ff7 100644
--- a/README.win32
+++ b/README.win32
@@ -1,4 +1,4 @@
-$Id: README.win32,v 1.47 2003/08/04 14:34:17 gerald Exp $
+$Id: README.win32,v 1.48 2003/08/24 23:25:40 gerald Exp $
Installing Ethereal, Tethereal, and Editcap on Win32
====================================================
@@ -160,6 +160,23 @@ The ADNS package is also available at its homepage:
http://adns.jgaa.com/
+By default, the build process looks for these packages in
+C:\ethereal-win32-libs. You can place them in a different directory, but
+you must update config.nmake accordingly. The default location for each
+package is as follows:
+
+ Package Default Location
+ ------- ----------------
+ adns-1.0-win32-01.zip C:\ethereal-win32-libs
+ glib-2.2.1.zip C:\ethereal-win32-libs\glib
+ glib-dev-2.2.1.zip C:\ethereal-win32-libs\glib
+ gtk+-1.3.0-20030216.zip C:\ethereal-win32-libs\gtk+
+ gtk+-dev-1.3.0-20030115.zip C:\ethereal-win32-libs\gtk+
+ libiconv-1.9.1.bin.woe32.zip C:\ethereal-win32-libs\gtk+
+ libintl-0.10.40-tml-20020904.zip C:\ethereal-win32-libs\gtk+
+ net-snmp-5.0.6.zip C:\ethereal-win32-libs
+ zlib-114-dev.zip C:\ethereal-win32-libs
+
Instructions for MS Visual C++
----------------------------