File: librscode-dev.README

package info (click to toggle)
librscode 1.3-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 196 kB
  • ctags: 100
  • sloc: ansic: 477; makefile: 100; sh: 5
file content (15 lines) | stat: -rw-r--r-- 624 bytes parent folder | download | duplicates (3)
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