diff options
author | Gerald Combs <gerald@wireshark.org> | 2008-02-26 20:05:25 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2008-02-26 20:05:25 +0000 |
commit | 45a373d6aeedf5c5513f1280c2a957574fce793e (patch) | |
tree | 1e96666c4d36337bff5158f67c459e0a5e176af6 /INSTALL | |
parent | 1d6df91a9d5d9a753f00c80d83f5e425c5f05154 (diff) | |
download | wireshark-45a373d6aeedf5c5513f1280c2a957574fce793e.tar.gz wireshark-45a373d6aeedf5c5513f1280c2a957574fce793e.tar.bz2 wireshark-45a373d6aeedf5c5513f1280c2a957574fce793e.zip |
Wrap a line in the INSTALL file and correct some text in README.packaging.
svn path=/trunk/; revision=24481
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -21,7 +21,7 @@ README.win32 for those instructions. 1. If you wish to build Wireshark, make sure you have GTK+ and GLib installed. Try running 'pkg-config glib-2.0 --modversion' to see if you have GLib 2.x installed and, if that fails, try running - 'glib-config --version' to see if you have GLib 1.2[.x] installed. + 'glib-config --version' to see if you have GLib 1.2[.x] installed. Then try running 'pkg-config gtk+-2.0 --modversion' to see if you have GTK+ 2.x installed and, if that fails, try running 'gtk-config --version' to see if you have GTK+ 1.2[.x] installed. @@ -100,7 +100,7 @@ README.win32 for those instructions. Use this switch to avoid building it. --disable-capinfos - By default the capture-file statistics reporting pogram + By default the capture-file statistics reporting pogram is built. Use this switch to avoid building it. --disable-mergecap @@ -187,8 +187,8 @@ README.win32 for those instructions. 6. Run 'make'. Hopefully, you won't run into any problems. -7. Run './wireshark' or './tshark' or ./dumpcap, and make sure things are working. - You must have root privileges in order to capture live data. +7. Run './wireshark' or './tshark' or ./dumpcap, and make sure things are + working. You must have root privileges in order to capture live data. 8. Run 'make install'. If you're running a system that supports the Apt, RPM, or System V Release 4 packaging systems, you can |