aboutsummaryrefslogtreecommitdiffstats
path: root/README.macos
AgeCommit message (Collapse)AuthorFilesLines
2011-08-24The guide.macports.org page points you to the other page, so just citeguy1-4/+0
it. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38726 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-24Update the information about getting Xcode, and note thatguy1-2/+10
PKG_CONFIG_PATH must include /usr/X11/lib/pkgconfig (the man page for pkg-config 0.26 seems to indicate that pkg-config searches the directories in PKG_CONFIG_PATH *in addition to* the standard directories, so it *might* be sufficient to set PKG_CONFIG_PATH to /usr/X11/lib/pkgconfig). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38725 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-15Add Joerg Mayer's macos-setup.sh script, modified to add an "x" afterguy1-14/+16
"macos", to fix some bugs, to use "sudo" if necessary when installing, to make the library version numbers variables, and to download the optional libraries, by default, as well. Also add his patches to make GLib build and work. Update README.macos to reflect that. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38053 f5534014-38df-0310-8fa8-9805f1628bb7
2011-06-19More newbie information:jmayer1-2/+6
- The developer tools are called Xcode. Add link how to install developer's tools (posted by Tony Trinh) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37719 f5534014-38df-0310-8fa8-9805f1628bb7
2011-06-19Readability improvements for Mac newbiesjmayer1-5/+5
- Add version numbers to the code names. - Remove Darwin and just use Mac OS. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37717 f5534014-38df-0310-8fa8-9805f1628bb7
2011-06-19Update for current reality, and give some more details.guy1-82/+23
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37714 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-20Update to reflect that Tiger isn't the current OS X release.guy1-8/+68
Suggest that the user completely clean out their build trees and start from scratch after an OS major version upgrade. (That might well be a good idea on *all* UN*Xes.) Note some issues that show up with support libraries on Snow Leopard due to builds being 64-bit by default (and note that you *get* a 64-bit Wireshark by default). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31328 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-30Wireshark builds with 10.4's X11 as well.guy1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23033 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-17ethereal to wireshark changessahlberg1-8/+8
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18501 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-31Tethereal/tethereal -> TShark/tshark.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18268 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofgerald1-1/+1
changes here. It compiles OK on OS X, but hasn't been tested anywhere else. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18260 f5534014-38df-0310-8fa8-9805f1628bb7
2005-06-19Add a note about the PNG, JPEG, and TIFF loaders not being usable (orguy1-3/+17
not easy to get to work) on Tiger. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14703 f5534014-38df-0310-8fa8-9805f1628bb7
2005-01-18Fix a pathname.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13106 f5534014-38df-0310-8fa8-9805f1628bb7
2004-08-17We now try to detect OS X systems with a new libpcap but old headers,guy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11757 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11400 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-03Update to reflect that the gtk+2 stuff is enabled by default now.tuexen1-4/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11303 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-23pcap-stdinc.h is not needed on a Mac OS X system.tuexen1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10462 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-23Note that you need X11 and the X11 developer headers and librariesguy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10449 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-22To build with GLib 2.x/GTK+ 2.x, you need to configure withguy1-3/+9
--enable-gtk2 regardless of whether you have GLib 1.2[.x]/GTK+ 1.2[.x] installed or not. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10444 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-22Note that GTK+ 2.4 doesn't work, and indicate why.guy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10443 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-21Update to note that the 10.3.3 Software Update will probably alsoguy1-8/+17
install a new libpcap shared library but not install new libpcap headers. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10428 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-21Update to include the libpcap problems. Using excerpts from a mailexchangejmayer1-1/+14
between Guy Harris and Peter ("downtime"). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10426 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-16It's Mac OS, not MacOS.guy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10384 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-15Beginnings of README.macosjmayer1-0/+21
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10381 f5534014-38df-0310-8fa8-9805f1628bb7