tools: add missing packages to macos-setup-brew.

Change-Id: Ie3068a3f6fa64319d8a4d84e6f57b06e6fac3408
Reviewed-on: https://code.wireshark.org/review/36174
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: Dario Lombardo <lomato@gmail.com>
This commit is contained in:
Dario Lombardo 2020-02-24 16:21:21 +01:00
parent c334293099
commit 0659802f5f
1 changed files with 6 additions and 7 deletions

View File

@ -9,18 +9,17 @@
#
# SPDX-License-Identifier: GPL-2.0-or-later
#Update to last brew release
# Update to last brew release
brew update
#install some libs needed by Wireshark
brew install c-ares glib libgcrypt gnutls lua@5.1 cmake python nghttp2 snappy lz4 libxml2 ninja libmaxminddb doxygen libsmi spandsp brotli minizip zstd
#install Qt5
brew install qt5
# install some libs needed by Wireshark
brew install c-ares glib libgcrypt gnutls lua@5.1 cmake python nghttp2 snappy lz4 libxml2 ninja libmaxminddb \
doxygen libsmi spandsp brotli minizip zstd libssh libilbc speexdsp gettext qt5
# Uncomment to enable automatic updates using Sparkle
#brew cask install sparkle
# brew cask install sparkle
exit 0
#
# Editor modelines
#