aboutsummaryrefslogtreecommitdiffstats
path: root/README.win32
diff options
context:
space:
mode:
Diffstat (limited to 'README.win32')
-rw-r--r--README.win3215
1 files changed, 12 insertions, 3 deletions
diff --git a/README.win32 b/README.win32
index 5fa7648ceb..89e05d34f4 100644
--- a/README.win32
+++ b/README.win32
@@ -1,10 +1,11 @@
-$Id: README.win32,v 1.1 1999/07/13 02:52:46 gram Exp $
+$Id: README.win32,v 1.2 1999/07/21 17:40:34 gram Exp $
Ethereal can be compiled on Win32 platforms. Some libraries are
needed, however.
The glib, gtk, glib-dev, and gtk-dev packages for win32 can be found
at http://www.gimp.org/~tml/gimp/win32 You will definitely need these.
+Download them and unpack them.
I have seen mention of a UCD SNMP library for win32 on the cygwin
home page, but I have not tried it with ethereal.
@@ -14,13 +15,21 @@ There is no open-source libpcap for win32 yet.
Instructions for MS Visual C
----------------------------
-Download and install the glib-dev and gtk-dev packages. Modify
-the top lines of Makefile.nmake and wiretap/Makefile.nmake accordingly.
+Modify the top lines of Makefile.nmake and wiretap/Makefile.nmake to
+point to the glib and gtk directories.
+
+Be sure to set your %lib% environment variable to point to the msvc
+lib directory. Example:
+
+ set lib=c:/tools/msdev/lib
+
In the wiretap directory, type "nmake -f makefile.nmake"
Then in the ethereal directory, type "nmake -f makefile.nmake"
You must set your HOME environment variable for ethereal to work.
+Make sure the glib and gtk DLL's are in your path when you run
+ethereal.
Instructions for cygwin
-----------------------