aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
AgeCommit message (Collapse)AuthorFilesLines
2005-06-02Note that this is *not* what you use if you're building from Subversion.Guy Harris1-0/+6
svn path=/trunk/; revision=14521
2005-04-16we are in beta, not alpha state any more :-)Ulf Lamping1-1/+1
svn path=/trunk/; revision=14099
2004-08-20Update to reflect GTK+/GLib 2.x now being the default.Guy Harris1-2/+6
svn path=/trunk/; revision=11782
2003-09-03Fix the documentation that I forgot to fix when I fixed --with-ucd-snmp.Richard Sharpe1-2/+2
Thanks to Tom Uijldert <Tom.Uijldert@logicacmg.com>. svn path=/trunk/; revision=8355
2003-01-29Add some missing specific configure options.Laurent Deniel1-3/+17
svn path=/trunk/; revision=7035
2002-04-13Update to reflect the replacement of "--enable-zlib"/"--disable-zlib"Guy Harris1-7/+14
with "--with-zlib"/"--without-zlib", and the added support for "--with-zlib=DIR". Update to reflect the replacement of "--disable-snmp" with "--without-ucdsnmp". Note "--without-pcap" is what you'd use to build on a system without libpcap. Fix some typos. svn path=/trunk/; revision=5153
2002-03-11Update various README and INSTALL files to reflect the requirement forGuy Harris1-4/+4
UCD SNMP 4.2.2 or later if you want MIB-reading support. svn path=/trunk/; revision=4926
2002-01-31Change format of INSTALL text, removing the square-bracketGilbert Ramirez1-73/+181
check-boxes. Describe in detail the non-generic configure switches. svn path=/trunk/; revision=4653
2002-01-20Revamp the RPM building process. For versions of rpm that supportGerald Combs1-5/+20
"--define", we now build the RPM and SRPM packages in packages/rpm. As a result, one need not be root to build RPM-based packages. Move the specfile to packaging/rpm/SPECS. Update the INSTALL document to include the various packaging makefile targets. svn path=/trunk/; revision=4581
2001-07-12Mergecap utility for merging capture files, from Scott Renfro.Guy Harris1-2/+2
svn path=/trunk/; revision=3701
2000-11-22Enable the building of any combination of ethereal, tethereal, and editcap.Gilbert Ramirez1-0/+5
If GTK+ is not detected, then ethereal is not built. svn path=/trunk/; revision=2695
2000-11-08Note that the current CVS version of libpcap from tcpdump.org doesn'tGuy Harris1-2/+4
have, doesn't require, an "install-incl" Make target. svn path=/trunk/; revision=2582
2000-07-22The latest version of libpcap is now at www.tcpdump.org, not at LBL.Guy Harris1-3/+1
svn path=/trunk/; revision=2153
1999-12-28You shouldn't need to install "libtool" just to compile and installGuy Harris1-13/+5
Ethereal (it didn't appear to be necessary when I tried it). It may be necessary if you're going to do development, but the same applies to "automake" and "autoconf" - we should document that somewhere, giving the minimum versions required. svn path=/trunk/; revision=1384
1999-12-28libtool 1.3.4 is required (1.3.3 did not work. i'm not sure what happensJun-ichiro itojun Hagino1-5/+13
when 1.3.5 comes out). svn path=/trunk/; revision=1381
1999-11-23Add AIX doco and modify references to it.Gilbert Ramirez1-1/+3
svn path=/trunk/; revision=1096
1999-08-27Updated docs.Gilbert Ramirez1-1/+1
svn path=/trunk/; revision=594
1999-07-09Added the ability to create a read-only ethereal, i.e., one thatGilbert Ramirez1-4/+7
doesn't link with libpcap, so no packet captures can be made. The "--disable-pcap" option has been added to the configure script. Docs have been updated. And the string buffer size in the simple_dialog() has been doubled so that Johan's e-mail address in the "About" dialogue window doesn't get chopped off. svn path=/trunk/; revision=351
1999-05-04Update it to note that GTK+ has stable 1.2.x versions now.Guy Harris1-2/+8
Add a note warning that if you installed GTK+ from a binary package, it may be a "user's" package, and you may also have to install the "developer's" package. svn path=/trunk/; revision=255
1998-12-29* Installation documentation updatesGerald Combs1-171/+36
svn path=/trunk/; revision=141
1998-09-16Initial revisionGerald Combs1-0/+182
svn path=/trunk/; revision=2