diff options
Diffstat (limited to 'network/wireshark/README')
-rw-r--r-- | network/wireshark/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/network/wireshark/README b/network/wireshark/README index 03021c4631..6214c771c0 100644 --- a/network/wireshark/README +++ b/network/wireshark/README @@ -32,3 +32,10 @@ Optional dependencies: - lz4 NOTE: Wireshark 2.6 is the last release to support the legacy GTK-based UI. + +NOTE: Although lua is listed as a requirement, it's possible to build +using lua52. This may be needed for some third-party Lua plugins (but, +it may break other third-party Lua plugins; your mileage may vary). The +default is to build with lua52 if it's installed, or lua otherwise. If +you have both lua versions installed, you can build with LUA52=no in +the environment to build with the older lua. |