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

Question: Windows support #28

Closed
AmiZya opened this issue Oct 6, 2024 · 1 comment
Closed

Question: Windows support #28

AmiZya opened this issue Oct 6, 2024 · 1 comment
Labels
question Further information is requested

Comments

@AmiZya
Copy link

AmiZya commented Oct 6, 2024

Hello sminez,

Thank you for the great editor I watched your intro video and it looks pretty interesting I wanted to test it.

But it doesn't compile well on Windows, is this platform even supported currently? If so how to proceed?

Thanks!

@AmiZya AmiZya added the question Further information is requested label Oct 6, 2024
@sminez
Copy link
Owner

sminez commented Oct 7, 2024

Thanks for taking an interest in ad! I'm afraid the core of the editor relies around using unix domain sockets for serving the file system interface which isn't currently supported in the standard library (though judging from this issue it looks like it's now being worked on?)

I suspect the compile errors are around clipboard support which is currently only implemented for linux and osx here. If you have an idea of what that should look like then I'm open to accepting a PR that adds equivalent code for windows but importantly, I also don't have a windows machine to build or test the project on. So ensuring that everything stayed functional as I work on that side of the codebase isn't something I can currently commit to I'm afraid. As and when the project reaches a stable state it might be possible for me to take on windows support but I'll have to look at how much time I can dedicate to it when I hit that point.

@sminez sminez closed this as completed Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants