Package Details: tclreadline 2.3.8-2

Git Clone URL: https://aur.archlinux.org/tclreadline.git (read-only, click to copy)
Package Base: tclreadline
Description: GNU readline for interactive tcl shells
Upstream URL: https://github.com/flightaware/tclreadline
Licenses: BSD
Submitter: mickele
Maintainer: tequa
Last Packager: tequa
Votes: 4
Popularity: 0.006149
First Submitted: 2016-02-07 20:19 (UTC)
Last Updated: 2020-07-22 07:40 (UTC)

Latest Comments

curlywei commented on 2020-07-22 07:02 (UTC) (edited on 2020-07-22 07:03 (UTC) by curlywei)

I encountered this error when build


checking which tkConfig.sh to use... configure: error: Can't find Tk libraries.  Use --with-tk to specify the directory containing tkConfig.sh on your system.
==> ERROR: A failure occurred in build().
    Aborting...
error making: %!s(func() string=0x5594353d5bb0)

tk package seem to be required.

I recommend to add tk into Dependencies.

mickele commented on 2016-02-07 20:25 (UTC)

If you want to use tclreadline as a line interface for developing tcl scripts, just install the package and put the following lines to your $HOME/.tclshrc: if {$tcl_interactive} { package require tclreadline ::tclreadline::Loop } Please refer to http://tclreadline.sourceforge.net/ for further info.