Skip to content

Releases: rigtorp/udpreplay

v1.1.0

28 Mar 06:31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

First release!

27 Mar 20:57
Compare
Choose a tag to compare

The is the first release of udpreplay!

Statically linked binary for 64bit linux is provided.

Building release:

$ cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-static" -DCMAKE_EXE_LINKER_FLAGS="-Wl,--gc-sections -Wl,--strip-all -LMicrosoft/vcpkg/installed/x64-linux/lib/"