aboutsummaryrefslogtreecommitdiffstats
path: root/README.macos
AgeCommit message (Collapse)AuthorFilesLines
2014-10-10Update READMEs to reflect recent CMake environment changes.Gerald Combs1-17/+25
Change-Id: Idbf879f20448eea0b69e793271439dec877832e9 Reviewed-on: https://code.wireshark.org/review/4602 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-06-11Some more SVN->Git.Guy Harris1-2/+2
Change-Id: Iba5274ab5e653a0a3c0a56e62ee168ac957daf27 Reviewed-on: https://code.wireshark.org/review/2152 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^\$Id\$/,+1 d') (No space or star before $Id$) Change-Id: I0801bd7cf234d32487008a8b6dcee64875b07688 Reviewed-on: https://code.wireshark.org/review/876 Reviewed-by: Evan Huus <eapache@gmail.com>
2013-01-05Give information on command-line tools with Xcode 4.Guy Harris1-1/+17
svn path=/trunk/; revision=46953
2012-09-08Fix some issues that showed up when building on Mountain Lion, andGuy Harris1-30/+50
update the README.macos file. svn path=/trunk/; revision=44810
2011-08-24The guide.macports.org page points you to the other page, so just citeGuy Harris1-4/+0
it. svn path=/trunk/; revision=38726
2011-08-24Update the information about getting Xcode, and note thatGuy Harris1-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). svn path=/trunk/; revision=38725
2011-07-15Add Joerg Mayer's macos-setup.sh script, modified to add an "x" afterGuy Harris1-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. svn path=/trunk/; revision=38053
2011-06-19More newbie information:Jörg Mayer1-2/+6
- The developer tools are called Xcode. Add link how to install developer's tools (posted by Tony Trinh) svn path=/trunk/; revision=37719
2011-06-19Readability improvements for Mac newbiesJörg Mayer1-5/+5
- Add version numbers to the code names. - Remove Darwin and just use Mac OS. svn path=/trunk/; revision=37717
2011-06-19Update for current reality, and give some more details.Guy Harris1-82/+23
svn path=/trunk/; revision=37714
2009-12-20Update to reflect that Tiger isn't the current OS X release.Guy Harris1-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). svn path=/trunk/; revision=31328
2007-09-30Wireshark builds with 10.4's X11 as well.Guy Harris1-3/+3
svn path=/trunk/; revision=23033
2006-06-17ethereal to wireshark changesRonnie Sahlberg1-8/+8
svn path=/trunk/; revision=18501
2006-05-31Tethereal/tethereal -> TShark/tshark.Gerald Combs1-1/+1
svn path=/trunk/; revision=18268
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs1-1/+1
changes here. It compiles OK on OS X, but hasn't been tested anywhere else. svn path=/trunk/; revision=18260
2005-06-19Add a note about the PNG, JPEG, and TIFF loaders not being usable (orGuy Harris1-3/+17
not easy to get to work) on Tiger. svn path=/trunk/; revision=14703
2005-01-18Fix a pathname.Guy Harris1-1/+1
svn path=/trunk/; revision=13106
2004-08-17We now try to detect OS X systems with a new libpcap but old headers,Guy Harris1-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
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-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
2004-07-03Update to reflect that the gtk+2 stuff is enabled by default now.Michael Tüxen1-4/+6
svn path=/trunk/; revision=11303
2004-03-23pcap-stdinc.h is not needed on a Mac OS X system.Michael Tüxen1-2/+2
svn path=/trunk/; revision=10462
2004-03-23Note that you need X11 and the X11 developer headers and librariesGuy Harris1-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
2004-03-22To build with GLib 2.x/GTK+ 2.x, you need to configure withGuy Harris1-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
2004-03-22Note that GTK+ 2.4 doesn't work, and indicate why.Guy Harris1-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
2004-03-21Update to note that the 10.3.3 Software Update will probably alsoGuy Harris1-8/+17
install a new libpcap shared library but not install new libpcap headers. svn path=/trunk/; revision=10428
2004-03-21Update to include the libpcap problems. Using excerpts from a mailexchangeJörg Mayer1-1/+14
between Guy Harris and Peter ("downtime"). svn path=/trunk/; revision=10426
2004-03-16It's Mac OS, not MacOS.Guy Harris1-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
2004-03-15Beginnings of README.macosJörg Mayer1-0/+21
svn path=/trunk/; revision=10381