chiark / gitweb /
sort out changelog
[chiark-tcl.git] / debian / README
index e0fa3f2e5556f2c2e5c4b89a4754c41a892ca043..7102c8aac8bc9bf5af794199ae32aa87cc835cea 100644 (file)
@@ -29,8 +29,16 @@ To gain an understanding of the way the *.tct files work, take a
 look at adns.c.txt which describes the `adns' command provided by
 the adns binding.
 
-Note that the file /usr/lib/chiark_tcl-1.so is NOT an amalgam of all
-of the extensions.  It is a set of common routines which will be
+Note that the file /usr/lib/libchiark_tcl-1.so is NOT an amalgam of
+all of the extensions.  It is a set of common routines which will be
 loaded automatically when required.  Each extension must be loaded
 explicitly with the Tcl `load' command to bring the additional
 commands into the Tcl command namespace.
+
+To use the adns and nettle bindings you need to have the appropriate
+libraries installed too, although these are not listed as
+dependencies.  Programs which use these extensions should list
+dependencies on (currently) libadns1 and libnettle2.  Regrettably,
+there is no clear way to get the dependencies completely correct in
+the case where chiark-tcl is rebuilt against some other versions of
+adns and/or nettle.