Skip to content
New issue

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

Does anyone build it on the Windows with mingw? #30

Open
curly-wei opened this issue Jul 25, 2020 · 2 comments
Open

Does anyone build it on the Windows with mingw? #30

curly-wei opened this issue Jul 25, 2020 · 2 comments

Comments

@curly-wei
Copy link

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
@bovine
Copy link
Member

bovine commented Jul 27, 2020

Running one of these commands first might help you?

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

@bovine
Copy link
Member

bovine commented Feb 12, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants