changeset 57:58083e72261e

README: document internal library dependencies Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Fri, 03 Jul 2015 17:01:40 -0400
parents c3da169e5719
children e0a328d71687
files README
diffstat 1 files changed, 25 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/README	Fri Jul 03 11:40:25 2015 -0400
+++ b/README	Fri Jul 03 17:01:40 2015 -0400
@@ -21,3 +21,28 @@
 
 This will build and install the binaries and libraries under the specficied
 prefix.
+
+
+Internal Dependencies
+=====================
+
+             | sunavl | sunlist | common | fakeumem | objstore
+-------------+--------+---------+--------+----------+----------
+sunavl       |   -    |    n    |   n    |    n     |    n
+sunlist      |   n    |    -    |   n    |    n     |    n
+common       |   n    |    n    |   -    |    y     |    n
+fakeumem     |   n    |    n    |   n    |    -     |    n
+objstore     |   n    |    n    |   n    |    y     |    -
+objs. module |   ?    |    ?    |   y    |    y     |    n
+client       |   n    |    n    |   n    |    y     |    n
+server       |   n    |    n    |   n    |    y     |    n
+tool         |   n    |    n    |   n    |    y     |    n
+
+  y = yes, linked against
+  n = no, not linked against
+  - = not applicable
+  ? = may be linked against as necessary
+
+The above table assumes the lack of avl, cmdutils, and umem libraries on the
+system.  If they are present, they are used instead of sunavl, sunlist, and
+fakeumem respectively.