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

Windows builds? #72

Open
IngwiePhoenix opened this issue Apr 21, 2021 · 4 comments
Open

Windows builds? #72

IngwiePhoenix opened this issue Apr 21, 2021 · 4 comments

Comments

@IngwiePhoenix
Copy link

Hello there!

I want to try out MiniGUI and see it run on my local maschine and see what I can do with it. There are a few small ideas that I have but without a nice playground to test them, they will only stay ideas.

I noticed a Makefile.msvc there and, from reading the head of it, it's just an NMake file. Great! But it complains about config.h missing. And reading the CMake file reveals that MiniGUI wants PThreads.

So, is building on Windows no longer possible? Or will pthreads-w32 do? Or am I overlooking something?

Kind regards,
Ingwie

@VincentWei
Copy link
Owner

Sorry, since 3.2, we no longer maintain the make files for Windows...

@maikebing
Copy link

WSL 2 GUI已经发布, 有没有计划支持?

@IngwiePhoenix
Copy link
Author

IngwiePhoenix commented May 7, 2021

I can not read chinese, so I will just make an assumption as to what you asked @maikebing :)

GUI apps in WSL2 can be achieved with either:

  • X11, with the server running in Windows itself (VcXsrv, for instance)
  • X11, with the server running in WSL and RDP or VNC being set up to connect to it

There is a new method being worked on as documented here: https://devblogs.microsoft.com/commandline/the-initial-preview-of-gui-app-support-is-now-available-for-the-windows-subsystem-for-linux-2/

@VincentWei
Copy link
Owner

WSL 2 GUI已经发布, 有没有计划支持?

You can try it. :)

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

3 participants