aboutsummaryrefslogtreecommitdiffstats
path: root/README.win32
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2003-08-24 23:25:40 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2003-08-24 23:25:40 +0000
commitb3dbc02fa43e625180b0414a272ba10c22f2939f (patch)
tree5f3f75663c3b758c51909221a8ec5329f00e79ee /README.win32
parentf023fd2547fa4fac1954005eb02fa226d18aa131 (diff)
Add default development package locations to README.win32. Use zlib 1.1.4
by default in config.nmake. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8246 f5534014-38df-0310-8fa8-9805f1628bb7
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++
----------------------------