Skip to content

Instantly share code, notes, and snippets.

@m-tmatma
Last active December 28, 2020 00:11
Show Gist options
  • Save m-tmatma/be8487d296d605f803100597e1a65664 to your computer and use it in GitHub Desktop.
Save m-tmatma/be8487d296d605f803100597e1a65664 to your computer and use it in GitHub Desktop.
setup-build-wireshark.sh
#!/bin/sh
sudo apt install -y build-essential \
python3-pip \
ninja-build \
cmake flex bison libgcrypt20-dev \
libssh-dev libpcap-dev libsystemd-dev \
qtbase5-dev qttools5-dev qtmultimedia5-dev \
libqt5svg5-dev libc-ares-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment