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 support #17

Open
seanssel opened this issue Aug 28, 2021 · 2 comments
Open

Windows support #17

seanssel opened this issue Aug 28, 2021 · 2 comments

Comments

@seanssel
Copy link

Any insight as to how difficult it would be to support a windows build? I'd love to use this in a project.

@ggerganov
Copy link
Owner

I think it should not be very hard if you are OK with using MSYS2 + MinGW - probably some minor modifications to the CMakeLists.txt files.
As an example, you can check the Windows instructions of the imtui project. I think imgui-ws can be built in a similar way.

Building with Microsoft Visual C++ would be much more difficult I guess.

@skyracer2012
Copy link

As far as I can see incppect relies on uWebSockets and their CMakeLists.txt doesn't support a windows build. https://github.com/ggerganov/incppect/blob/master/third_party/CMakeLists.txt#L40

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