Building without a third-party package source
To build Wireshark on OS X without a third-party package source such as Homebrew:
-
Get the source either from the git repository or a tarball distribution.
-
Install all the necessary and optional libraries and tools with the macosx-setup.sh script (from within the source directory): ./macosx-setup.sh
-
Build it (from within the source directory): mkdir build && cd build && cmake ../ && make
-
Run it (the Qt version) with ./run/qtshark
https://wiki.wireshark.org/BuildingAndInstalling
本文介绍如何在 macOS 上从源代码编译安装 Wireshark 而不使用第三方包管理工具如 Homebrew。步骤包括获取源代码、安装必要及可选库和工具、构建软件以及运行 Qt 版本的 Wireshark。
1880

被折叠的 条评论
为什么被折叠?



