v1.3.1
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!