aboutsummaryrefslogtreecommitdiffstats
path: root/README.macos
Commit message (Collapse)AuthorAgeFilesLines
* ethereal to wireshark changesRonnie Sahlberg2006-06-171-8/+8
| | | | svn path=/trunk/; revision=18501
* Tethereal/tethereal -> TShark/tshark.Gerald Combs2006-05-311-1/+1
| | | | svn path=/trunk/; revision=18268
* libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs2006-05-311-1/+1
| | | | | | changes here. It compiles OK on OS X, but hasn't been tested anywhere else. svn path=/trunk/; revision=18260
* Add a note about the PNG, JPEG, and TIFF loaders not being usable (orGuy Harris2005-06-191-3/+17
| | | | | | not easy to get to work) on Tiger. svn path=/trunk/; revision=14703
* Fix a pathname.Guy Harris2005-01-181-1/+1
| | | | svn path=/trunk/; revision=13106
* We now try to detect OS X systems with a new libpcap but old headers,Guy Harris2004-08-171-23/+0
| | | | | | | and not try to use the shiny new routines on those systems, so you shouldn't get the "`pcap_if_t' undeclared" error any more. svn path=/trunk/; revision=11757
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
| | | | | | | | | they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
* Update to reflect that the gtk+2 stuff is enabled by default now.Michael Tüxen2004-07-031-4/+6
| | | | svn path=/trunk/; revision=11303
* pcap-stdinc.h is not needed on a Mac OS X system.Michael Tüxen2004-03-231-2/+2
| | | | svn path=/trunk/; revision=10462
* Note that you need X11 and the X11 developer headers and librariesGuy Harris2004-03-231-19/+32
| | | | | | | | | | | installed in order to build Ethereal. Michael Tuexen indicated how to successfully build GTK+ 2.4 on Mac OS X (10.3[.x], at least) - update the directions to give the latest versions of GLib/Pango/GTK+/ATK and to give instructions on how to make them build. svn path=/trunk/; revision=10449
* To build with GLib 2.x/GTK+ 2.x, you need to configure withGuy Harris2004-03-221-3/+9
| | | | | | | --enable-gtk2 regardless of whether you have GLib 1.2[.x]/GTK+ 1.2[.x] installed or not. svn path=/trunk/; revision=10444
* Note that GTK+ 2.4 doesn't work, and indicate why.Guy Harris2004-03-221-3/+31
| | | | | | | | | | | | | | Enumerate the dependencies for GLib 2.4/GTK+ 2.4, and indicate that GNU gettext is also required, even though it's not in the set of dependencies on the GTK+ site (after all, the ENTIRE WORLD runs Linux, RIGHT?). Give a (partial) order for the dependencies. Note some issues with building and installing the JPEG and libpng libraries. svn path=/trunk/; revision=10443
* Update to note that the 10.3.3 Software Update will probably alsoGuy Harris2004-03-211-8/+17
| | | | | | install a new libpcap shared library but not install new libpcap headers. svn path=/trunk/; revision=10428
* Update to include the libpcap problems. Using excerpts from a mailexchangeJörg Mayer2004-03-211-1/+14
| | | | | | between Guy Harris and Peter ("downtime"). svn path=/trunk/; revision=10426
* It's Mac OS, not MacOS.Guy Harris2004-03-161-6/+10
| | | | | | | | | | | | Note that Ethereal doesn't work on pre-X Mac OS, in case somebody sees ".macos" and thinks it'll work on OS 9 or earlier versions. Explain that GLib and GTK+ now need to be shared libraries, and that the GLib 1.x and GTK+ 1.x release tarballs were built with an older version of libtool that didn't support building them as shared libraries on OS X. svn path=/trunk/; revision=10384
* Beginnings of README.macosJörg Mayer2004-03-151-0/+21
svn path=/trunk/; revision=10381