RSCODE for Debian
=================

Upstream calls its library 'ecc' and the accompanying header 'ecc.h'. I
consider these too broad, as there are more ECC algorithms than Reed-Solomon.
Within Debian, the library is therefore called 'rscode', and the header is
placed in its own namespace at 'rscode/ecc.h'.

Upstream only builds a static library. We supplement this with a shared library
with a SOVERSION and an accompanying minor version matching the VERSION
specifier upstream uses in the Makefile.

In summary: #include <rscode/ecc.h>, and compile with -lrscode.

 -- Christian Kastner <debian@kvr.at>  Fri, 31 Oct 2014 13:40:27 +0100
