Skip to content

Instantly share code, notes, and snippets.

@yuvalif
Created November 16, 2022 12:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuvalif/7367e2e8b9004fb5c0479b61ac03e805 to your computer and use it in GitHub Desktop.
Save yuvalif/7367e2e8b9004fb5c0479b61ac03e805 to your computer and use it in GitHub Desktop.

prerequisites

sudo dnf install glib2-devel
sudo dnf install libgcrypt-devel
sudo dnf install qt-devel
sudo dnf install qt6-qtbase-devel
sudo dnf install qt6-linguist-devel
sudo dnf install qt6-qttools-devel
sudo dnf install qt6-qt5compat-devel

building

git clone https://gitlab.com/wireshark/wireshark.git
cd wireshark
mkdir build && cd build
cmake -G Ninja ..
ninja
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment