chiark / gitweb /
Remove .cvsignore files from git repo.
[chiark-tcl.git] / debian / README
index badaab4bfb26a213232b4d1a6440c097061ecaa6..7102c8aac8bc9bf5af794199ae32aa87cc835cea 100644 (file)
@@ -34,3 +34,11 @@ 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.