We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've tried to build it on the Windows platform. autoconf, mingw for Windows version I also have installed. I use git bash:
autoconf
mingw
$ ./configure --enable-tclshrl --enable-wishrl
then get following error
configure: error: cannot find install-sh, install.sh, or shtool in ./aux "."/./aux
The text was updated successfully, but these errors were encountered:
Running one of these commands first might help you?
autoreconf -vif libtoolize --install ./autogen.sh
Sorry, something went wrong.
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
No branches or pull requests
I've tried to build it on the Windows platform.
autoconf
,mingw
for Windows version I also have installed.I use git bash:
then get following error
The text was updated successfully, but these errors were encountered: