tclreadline icon indicating copy to clipboard operation
tclreadline copied to clipboard

Does anyone build it on the Windows with mingw?

Open curly-wei opened this issue 4 years ago • 2 comments

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

curly-wei avatar Jul 25 '20 15:07 curly-wei

Running one of these commands first might help you?

autoreconf -vif
libtoolize --install
./autogen.sh

bovine avatar Jul 27 '20 04:07 bovine

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

bovine avatar Feb 12 '21 20:02 bovine