diff options
author | B. Watson <yalhcru@gmail.com> | 2018-08-21 22:34:47 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-08-25 09:59:37 +0700 |
commit | 96385452e769d7eb18f3fb48b0fde44598faaa66 (patch) | |
tree | 441ced09f85009bb489c71627cc90780cc1f876d /network/wireshark/README | |
parent | 519ac2cb01bb486036ede307c9ff619e6867d6bd (diff) |
network/wireshark: Update for lua52 dep.
Signed-off-by: B. Watson <yalhcru@gmail.com>
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 03021c4631ec6..6214c771c0963 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. |