Fix a comparison.
[metze/wireshark/wip.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 476b68a6f78426c2ea4b8b0f6389539492b875c6..e78eb3f78c885042d6f8743f4f2133cf4fe84315 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -119,10 +119,6 @@ README.windows for those instructions.
         By default the hex-dump-to-capture file conversion program
         is built. Use this switch to avoid building it.
 
-    --disable-idl2wrs
-        By default the IDL-to-wireshark-dissector-source-code converter
-        is built. Use this switch to avoid building it.
-
     --disable-dftest
         By default the display-filter-compiler test program is built.
         Use this switch to avoid building it.
@@ -135,6 +131,10 @@ README.windows for those instructions.
         By default the network traffic capture program is built.
         Use this switch to avoid building it.
 
+    --disable-reordercap
+        By default the capture-file reordering program is built.
+        Use this switch to avoid building it.
+
     --disable-rawshark
         By default the program used to dump and analyze raw libpcap data
         is built. Use this switch to avoid building it.
@@ -219,14 +219,15 @@ README.windows for those instructions.
    working. You must have root privileges in order to capture live data.
 
 9. Run 'make install'.  If you're running a system that supports
-   the Apt, RPM, or System V Release 4 packaging systems, you can
+   the Apt, RPM, OSX, or System V Release 4 packaging systems, you can
    run one of
 
         make debian-package    # Builds a binary package using dpkg
         make rpm-package       # Builds a binary package using rpm
         make srpm-package      # Builds a source package using rpm
-        make svr4-package      # Builds a source package using pkgmk
+        make svr4-package      # Builds a binary package using pkgmk
         make solaris-package   # Same as "make svr4-package"
+        make osx-package       # Builds a binary package for OSX
 
    to make an installable package for your system.