Open crab2313 opened 1 year ago
this repo doesn't contain the up-to-date code any more.
the code has been merged back into https://github.com/wangyu-/udp2raw
please use that repo, and use make mac
to build. (brief doc:https://github.com/wangyu-/udp2raw/wiki/How-to-build)
The dependence of libnet
has been removed since the pcap-only version works pretty much the same. make mac
builds the pcap only version.
apology for the confusion. Now I have removed the code in this repo to avoid confusion.
libnet-config --libs
do not add the cflags to locate the library headers. Uselibnet-config --cflags --libs
instead.Dowstream PR: https://github.com/Homebrew/homebrew-core/pull/137772