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

NanoX on Microsoft Windows #81

Closed
UsNizami opened this issue Nov 23, 2023 · 1 comment
Closed

NanoX on Microsoft Windows #81

UsNizami opened this issue Nov 23, 2023 · 1 comment

Comments

@UsNizami
Copy link

Hi,

According to your github page nano-X can run on Windows. I have a microcontroller running ubuntu and showing GUI on screen on LCD using nano-X. Now for monitoring purpose in control room we want same screen view on our Window 10 app as well (it is getting data from micrcontroller). We just want send a dynamic data while static gui data should be in Window app. So is there way to compile nano-X on Window 10 with Microsoft using either Microsoft Visual C++ or Cygwin. Do I have to change Makefiles significantly for that or will it work without significant rework ?

@ghaerr
Copy link
Owner

ghaerr commented Nov 23, 2023

Hi @UsNizami,

So is there way to compile nano-X on Window 10 with Microsoft using either Microsoft Visual C++ or Cygwin.

There are a couple of contributed Visual C projects for compiling Nano-X on Windows, see the src/contrib/ports/vs2008 and src/contrib/ports/visualstudio directories. These originally worked, but it has been a while since these were tested. They should give you a good start in the right direction. I would think you should be able to add/subtract files from the VC project your own requirements. I don't have a Windows box with which to test, however.

Thank you!

@ghaerr ghaerr closed this as completed Feb 7, 2024
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