1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
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
|