Changes
- e131_get_option: wrong inverse conditional used (fixes #4)
- fix #2 correct example gcc command
- put -le131 argument to the end of gcc example command
- good practices for socket creation
- use modern constant name
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 highly appreciated!