mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 06:14:18 +08:00
14 lines
455 B
TOML
14 lines
455 B
TOML
#TODO: not compiled or tested
|
|
#TODO: discover minimum dependencies from cmake log
|
|
# build instructions: https://www.wireshark.org/docs/wsdg_html_chunked/ChSetupUNIX.html
|
|
# build options: https://gitlab.com/wireshark/wireshark/-/blob/master/CMakeOptions.txt
|
|
[source]
|
|
tar = "https://2.na.dl.wireshark.org/src/wireshark-4.6.5.tar.xz"
|
|
[build]
|
|
template = "cmake"
|
|
cmakeflags = [
|
|
"-DBUILD_wireshark=OFF",
|
|
"-DBUILD_tshark=OFF",
|
|
"-DBUILD_strato=ON",
|
|
]
|