tclreadline
tclreadline copied to clipboard
Does anyone build it on the Windows with mingw?
I've tried to build it on the Windows platform.
autoconf
, mingw
for Windows version I also have installed.
I use git bash:
$ ./configure --enable-tclshrl --enable-wishrl
then get following error
configure: error: cannot find install-sh, install.sh, or shtool in ./aux "."/./aux
Running one of these commands first might help you?
autoreconf -vif
libtoolize --install
./autogen.sh
It would be awesome if someone could figure out the changes needed to get a Github Action running for mingw. I think this helper action might be useful: https://github.com/marketplace/actions/install-mingw