Skip to content

v1.3.1

Compare
Choose a tag to compare
@hhromic hhromic released this 10 Oct 20:01
· 28 commits to master since this release

Changes

  • Small cosmetic change in e131_pkt_dump().
  • Make e131_set_option() really work.

To install the library, download the .tar.gz archive and use the standard autotools approach:

$ ./configure --prefix=/usr
$ make
$ sudo make install

The last step requires root privileges. You can uninstall the library using:

$ sudo make uninstall

Any feedback is much appreciated!