dect
/
libnl
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
libnl/doc
Thomas Graf 4c210adcb5 Switch to libtool versioning system
It has been a request that multiple libnl versions should be installabe
in parallel.

In order to achieve this, the basename of the library was changed to
libnl-3 which reflects the 3rd generation of libnl APIs. It also means
that release based library versioning is left behind and libtool
versioning is used instead.

Projects using pkgconfig will automatically link against the new library
basename and will not notice a difference.

The SO versioning is based on the glib model:
  current := 100 * minor + micro - revision
  revision := revision
  age := age (number of backwards compatible versions)
2011-09-13 22:58:08 +02:00
..
api ignore various generated files 2011-07-21 16:39:29 +02:00
images ignore various generated files 2011-07-21 16:39:29 +02:00
src Updated link documentation 2011-07-28 16:23:57 +02:00
stylesheets asciidoc xhtml stylesheet 2011-09-13 11:07:23 +02:00
.gitignore Move to asciidoc 2011-03-31 14:25:57 +02:00
Doxyfile.in doc: need to include @srcdir@/src not @top_srcdir@/src 2011-08-12 11:06:50 +02:00
DoxygenLayout.xml Updated link documentation 2011-07-28 16:23:57 +02:00
Makefile.am remove dist lines for non existing files 2011-09-08 15:34:31 +02:00
README Documentation updates 2011-07-18 08:50:42 +02:00
core.txt Switch to libtool versioning system 2011-09-13 22:58:08 +02:00
doxygen-link.py Move to asciidoc 2011-03-31 14:25:57 +02:00
gen-tags.sh Move to asciidoc 2011-03-31 14:25:57 +02:00
index.txt more documentation updates 2011-07-21 16:24:31 +02:00
libnl.css Updated link documentation 2011-07-28 16:23:57 +02:00
resolve-asciidoc-refs.py more documentation updates 2011-07-21 16:24:31 +02:00
route.txt 3.1 release 2011-08-11 14:30:24 +02:00
tags2dict.sh Move to asciidoc 2011-03-31 14:25:57 +02:00

README

Requirements to build documentation

mscgen
asciidoc 8.6.5
mscgen-filter-1.2
doxygen