MiniGUI icon indicating copy to clipboard operation
MiniGUI copied to clipboard

Windows builds?

Open IngwiePhoenix opened this issue 4 years ago • 4 comments

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

IngwiePhoenix avatar Apr 21 '21 20:04 IngwiePhoenix

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

VincentWei avatar Apr 22 '21 00:04 VincentWei

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

maikebing avatar May 07 '21 00:05 maikebing

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/

IngwiePhoenix avatar May 07 '21 02:05 IngwiePhoenix

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

You can try it. :)

VincentWei avatar May 08 '21 00:05 VincentWei