Skip to content

v1.1.0

Compare
Choose a tag to compare
@hhromic hhromic released this 15 Aug 19:35
· 32 commits to master since this release

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!