v1.1.0
Changes
- Re-ordered arguments in some functions.
- Implemented more general framing options handling.
- Added missing library versioning information.
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!