aboutsummaryrefslogtreecommitdiffstats
path: root/README.macos
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespace.Guy Harris2017-04-051-2/+2
| | | | | | Change-Id: If044e0df526cfba0061ab3e5beec5a56dfe1e870 Reviewed-on: https://code.wireshark.org/review/20934 Reviewed-by: Guy Harris <guy@alum.mit.edu>
* A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris2017-04-051-11/+12
| | | | | | | | | | | Avoid anachronisms, however; there was no "macOS 10.0" or even "OS X 10.0", for example. It was "Mac OS X" until 10.8 (although 10.7 was sometimes called "OS X" and sometimes called "Mac OS X"), and it was "OS X" from 10.8 to 10.11. Change-Id: Ie4a848997dcc6c45c2245c1fb84ec526032375c3 Reviewed-on: https://code.wireshark.org/review/20933 Reviewed-by: Guy Harris <guy@alum.mit.edu>
* Cleanups.Guy Harris2015-11-171-15/+15
| | | | | | Change-Id: I3c92214afa876d830733474da88e0b7e3cda237a Reviewed-on: https://code.wireshark.org/review/11927 Reviewed-by: Guy Harris <guy@alum.mit.edu>
* Apple calls it just "OS X" these days.Guy Harris2015-11-101-5/+5
| | | | | | Change-Id: I98905988ceb394d27307d1cbe883d8fe95ac23e4 Reviewed-on: https://code.wireshark.org/review/11703 Reviewed-by: Guy Harris <guy@alum.mit.edu>
* Update READMEs to reflect recent CMake environment changes.Gerald Combs2014-10-101-17/+25
| | | | | | Change-Id: Idbf879f20448eea0b69e793271439dec877832e9 Reviewed-on: https://code.wireshark.org/review/4602 Reviewed-by: Gerald Combs <gerald@wireshark.org>
* Some more SVN->Git.Guy Harris2014-06-111-2/+2
| | | | | | Change-Id: Iba5274ab5e653a0a3c0a56e62ee168ac957daf27 Reviewed-on: https://code.wireshark.org/review/2152 Reviewed-by: Guy Harris <guy@alum.mit.edu>
* Continue to remove $Id$ from top of fileAlexis La Goutte2014-03-311-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>
* Give information on command-line tools with Xcode 4.Guy Harris2013-01-051-1/+17
| | | | svn path=/trunk/; revision=46953
* Fix some issues that showed up when building on Mountain Lion, andGuy Harris2012-09-081-30/+50
| | | | | | update the README.macos file. svn path=/trunk/; revision=44810
* The guide.macports.org page points you to the other page, so just citeGuy Harris2011-08-241-4/+0
| | | | | | it. svn path=/trunk/; revision=38726
* Update the information about getting Xcode, and note thatGuy Harris2011-08-241-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
* Add Joerg Mayer's macos-setup.sh script, modified to add an "x" afterGuy Harris2011-07-151-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
* More newbie information:Jörg Mayer2011-06-191-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
* Readability improvements for Mac newbiesJörg Mayer2011-06-191-5/+5
| | | | | | | - Add version numbers to the code names. - Remove Darwin and just use Mac OS. svn path=/trunk/; revision=37717
* Update for current reality, and give some more details.Guy Harris2011-06-191-82/+23
| | | | svn path=/trunk/; revision=37714
* Update to reflect that Tiger isn't the current OS X release.Guy Harris2009-12-201-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
* Wireshark builds with 10.4's X11 as well.Guy Harris2007-09-301-3/+3
| | | | svn path=/trunk/; revision=23033
* 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