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

Officially, no Windows support? #109

Open
liamzee opened this issue May 29, 2023 · 1 comment
Open

Officially, no Windows support? #109

liamzee opened this issue May 29, 2023 · 1 comment

Comments

@liamzee
Copy link

liamzee commented May 29, 2023

I just tried to install it, noticing that the most recent upload was a couple of months back, but on 9.4.5 the installation failed because network bsd and freenect failed to install.

@ivanperez-keera
Copy link
Owner

ivanperez-keera commented May 29, 2023

You can disable freenect with the flag -f-kinect.

I think the network package is being brought in by MissingH, which contains helper functions only. I can only find an import of one module from that package, Data.Tuple.Utils in Game.hs, but no functions defined in Data.Tuple.Utils appear in the module. That means that it should be safe to comment lines:

import Data.Tuple.Utils

and

MissingH,

and then it may install.

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