when trying to run the excellent https://github.com/stepan-mitkin/drakon_editor I fail to install the dependency
are any TCLers here?
Update:
seems trivial - I got the source tarball from https://sourceforge.net/projects/tcllib/, unpacked and ran
which seems to do the job.
Bash:
$ tclsh8.6 drakon_editor.tcl
can't find package Img
This script requires Img package.
Consider installing libtk-img.
are any TCLers here?
Update:
seems trivial - I got the source tarball from https://sourceforge.net/projects/tcllib/, unpacked and ran
Bash:
$ ./configure
$ make all
$ doas make install
which seems to do the job.