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

Installing cmake with MinGW, MSYS2 #280

Open
Maferep opened this issue Sep 7, 2022 · 0 comments
Open

Installing cmake with MinGW, MSYS2 #280

Maferep opened this issue Sep 7, 2022 · 0 comments

Comments

@Maferep
Copy link

Maferep commented Sep 7, 2022

I'm intending to use Cx _Freeze to create a windows executable. CxFreeze has this library as a dependency. I already have cmake itself installed, but when saying:

pip install cmake

it fails to find wheels for Python 3.10, which is the available python version to install with pacman.

I would rather not install the build tools and just get functioning wheels if possible, as the docs say windows is supported. Could I get some suggestions for what to do?

Notes:
I already have the latest pip version.

How I installed, cmake, python and pip:
pacman -S mingw-w64-x86_64-cmake
pacman -Sy msys/python
pacman -S mingw-w64-x86_64-python-pip

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

1 participant