diff options
author | Guy Harris <guy@alum.mit.edu> | 2004-01-07 19:51:39 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2004-01-07 19:51:39 +0000 |
commit | 4645bfd999918d2e73e0a74b554cc47435c9b8cf (patch) | |
tree | 8217cfd3e1bd49bbbceb3aa53a853b7b775fe7b0 /README | |
parent | 09668847ccedc34b023148d79b58d87dafc5994d (diff) | |
download | wireshark-4645bfd999918d2e73e0a74b554cc47435c9b8cf.tar.gz wireshark-4645bfd999918d2e73e0a74b554cc47435c9b8cf.tar.bz2 wireshark-4645bfd999918d2e73e0a74b554cc47435c9b8cf.zip |
Update the list of OSes and OS versions on which Ethereal is known to
work (or inferred to work - some lists were changed to "XXX and later",
on the assumption that later releases didn't break anything).
svn path=/trunk/; revision=9592
Diffstat (limited to 'README')
-rw-r--r-- | README | 17 |
1 files changed, 11 insertions, 6 deletions
@@ -1,4 +1,4 @@ -$Id: README,v 1.64 2004/01/07 12:10:36 ulfl Exp $ +$Id: README,v 1.65 2004/01/07 19:51:39 guy Exp $ General Information ------- ----------- @@ -29,16 +29,21 @@ Installation Ethereal is known to compile and run on the following systems: - - Linux (2.0.x, 2.1.x, 2.2.x, 2.3.x, 2.4.x) - - Solaris (2.5.1, 2.6, 7) - - FreeBSD (2.2.5, 2.2.6, 3.1, 3.2, 3.3) + - Linux (2.0 and later kernels, various distributions) + - Solaris (2.5.1 and later) + - FreeBSD (2.2.5 and later) + - NetBSD + - OpenBSD + - Mac OS X (10.2 and later) + - HP-UX (10.20, 11.00, 11.11) - Sequent PTX v4.4.5 (Nick Williams <njw@sequent.com>) - - Tru64 UNIX (formerly Digital UNIX) (3.2, 4.0) + - Tru64 UNIX (formerly Digital UNIX) (3.2 and later) - Irix (6.5) - AIX (4.3.2, with a bit of work) - Win32 (98, NT, 2000, XP) -It should run on other Unix-ish systems without too much trouble. +and possibly on other versions of those OSes. It should run on other +Unix-ish systems without too much trouble. NOTE: the Makefile appears to depend on GNU "make"; it doesn't appear to work with the "make" that comes with Solaris 7 nor the BSD "make". |