The program has a couple of package require lines, but there is no mention of dependencies in the program's documentation.
I'm quite new to TCL (though I come from a Perl 5 background :smile:), so it wasn't obvious how to resolve the error I received about not having sha1.
After some sleuthing, I realized that the tcllib Debian package (I'm on Ubuntu) would satisfy the dependencies. Now I'm able to run the program just fine. :joy:
Perhaps something like tcllib (ie. a tip on attaining dependencies) should be mentioned in the README? :slightly_smiling_face:
I'm sorry; I'm tired and I didn't read the README fully, nor did I notice the recent commit that references this very issue (which was resolved! :blush:), #2. Nevermind; all's good! :sweat_smile:
The program has a couple of
package require
lines, but there is no mention of dependencies in the program's documentation.I'm quite new to TCL (though I come from a Perl 5 background :smile:), so it wasn't obvious how to resolve the error I received about not having
sha1
.After some sleuthing, I realized that the
tcllib
Debian package (I'm on Ubuntu) would satisfy the dependencies. Now I'm able to run the program just fine. :joy:Perhaps something like
tcllib
(ie. a tip on attaining dependencies) should be mentioned in the README? :slightly_smiling_face: