How to test the library
=======================

ippo-lib is provided with two usage examples.

To test the library:

1. Decompress the package
	$ tar xvzf ippolib-x.x.x.tgz

2. Compile the library
$ cd ippolib-x.x.x
$ make

3. Launch the example binaries
$ sudo ./ippolib
$ sudo ./mt-ippolib


