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

Upstream calls its library 'ecc' and the accompanying header 'ecc.h'. I
consider these too broad, as other ECC algorithms also exist. 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>  Thu, 09 Jul 2015 11:05:45 +0200
